JakobKallin / RPG-Ambience

Bring your tabletop RPGs to life with sound and visuals.
http://rpg-ambience.com
GNU General Public License v3.0
36 stars 9 forks source link

Fading scenes cannot be played in short succession #11

Closed JakobKallin closed 11 years ago

JakobKallin commented 11 years ago

When a fading scene is started and then faded out, trying to play the scene again right away throws an exception. This is because a state variable in the animation object is not properly set right away when the scene ends. Instead, it is set later when a callback occurs after a timeout.