update
This commit is contained in:
parent
e7e7e67e75
commit
29eb2660dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue