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:
if item.animate(False):
ret = True
pos = pos + 1
pos += 1
return ret
@property