Skip to content

Update timestep_animate.cpp#15

Open
AlexTiTanium wants to merge 1 commit intomasterfrom
Fix-on-pause-clear-behavior
Open

Update timestep_animate.cpp#15
AlexTiTanium wants to merge 1 commit intomasterfrom
Fix-on-pause-clear-behavior

Conversation

@AlexTiTanium
Copy link

If you try to call animate(...).clear() on paused animation, next call animate(...).pause() won't work. This happens because clear() doesn't reset paused state for the object.

See: play-co/timestep#114

If you try to call animate(...).clear() on paused animation, next call animate(...).pause() won't work. This happens because clear() doesn't reset paused state for the object.
@rogueSkib
Copy link
Contributor

Looks good, thanks Alex!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants