return animation result

This commit is contained in:
Roy Hooper 2019-12-09 12:14:32 -05:00
parent 969d48d872
commit b059310092

View file

@ -401,7 +401,7 @@ class AnimationSequence:
"""
if not self._paused:
self._auto_advance()
self.current_animation.animate()
return self.current_animation.animate()
@property
def current_animation(self):