This commit is contained in:
Vincent Minichino 2023-08-24 11:49:21 -04:00
parent 29eb2660dc
commit 1f5df5b927

View file

@ -152,7 +152,7 @@ class AnimationGroup:
member.show()
return result
#improve performance of non-synced animations by only calling show on the last member
# improve performance of non-synced animations by only calling show on the last member
ret = False
pos = 1
num_members = len(self._members)