gel.world: Fix sprite naming.

This commit is contained in:
Rod Kay
2024-01-03 12:17:59 +11:00
parent ae520b226b
commit a3cf450826
8 changed files with 92 additions and 11 deletions

View File

@@ -63,7 +63,12 @@ is
procedure motion_Updates_are (Self : in Item; seq_Id : in remote.World.sequence_Id;
Now : in remote.World.motion_Updates);
--
-- 'Self' must use 'in' as mode to ensure async transmission with DSA.
-- 'Self' must use 'in' mode to ensure async transmission with DSA.
----------
--- Events
--