lace.events: Fix bugs.

This commit is contained in:
Rod Kay
2024-10-30 11:39:32 +11:00
parent 2a17b624c1
commit c70aec24f2
10 changed files with 93 additions and 35 deletions

View File

@@ -131,7 +131,7 @@ is
-------------------------
--- Sprite Motion Updates
--- Id Motion Updates
--
-- Coarse types to help minimise network use - (TODO: Currently disabled til better quaternion 'coarsen' is ready.)
@@ -181,7 +181,7 @@ is
------------------------------
--- Sprite add and rid events.
--- Id add and rid events.
--
type sprite_added_Event is new lace.Event.item with
@@ -192,7 +192,8 @@ is
type sprite_ridded_Event is new lace.Event.item with
record
Sprite : gel.sprite_Id;
Id : gel.sprite_Id;
Name : lace.Text.item_128;
end record;