This commit is contained in:
Vincent Minichino 2023-08-24 11:24:13 -04:00
parent e7e7e67e75
commit 29eb2660dc

View file

@ -163,7 +163,7 @@ class AnimationGroup:
else: else:
if item.animate(False): if item.animate(False):
ret = True ret = True
pos = pos + 1 pos += 1
return ret return ret
@property @property