return animation result
This commit is contained in:
parent
969d48d872
commit
b059310092
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ class AnimationSequence:
|
||||||
"""
|
"""
|
||||||
if not self._paused:
|
if not self._paused:
|
||||||
self._auto_advance()
|
self._auto_advance()
|
||||||
self.current_animation.animate()
|
return self.current_animation.animate()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def current_animation(self):
|
def current_animation(self):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue