gel: Only send motion updates for sprites if they have moved.

This commit is contained in:
Rod Kay
2023-12-13 17:48:42 +11:00
parent 80dab00932
commit bcd283c6d6
13 changed files with 186 additions and 77 deletions

View File

@@ -1,6 +1,5 @@
with
lace.Observer,
ada.unchecked_Conversion,
ada.Containers.Vectors;
limited
@@ -96,6 +95,10 @@ private
Clients : World_vector;
all_Sprites : aliased sprite_Map;
-- Motion Updates
--
seq_Id : remote.World.sequence_Id := 0;
end record;