gel.Sprite: Rid ".all'Access" conversion from an access variable.

This commit is contained in:
Rod Kay
2023-04-28 21:56:21 +10:00
parent 19a8d22d90
commit c6fdf17ae2

View File

@@ -156,7 +156,7 @@ is
while not Self.child_Joints.is_Empty
loop
declare
child_Sprite : constant Sprite.view := Self.child_Joints.Last_Element.Sprite_B.all'Access;
child_Sprite : constant Sprite.view := Self.child_Joints.last_Element.Sprite_B;
begin
Self.detach (child_Sprite);