I've been trying out the new features to pause and resume animations. The pause seems to work fine, but when resuming the animation, it causes a crash and returns tilengine.TilengineException: 'No error'.
Here is the Python code that reproduces the issue. Associated assets are here:
Hi! That was an stupid copy'n paste error where TLN_ResumeSpriteAnimation() was returning false on successful operation. This slipped harmless on C tests, but causes python binding to throw an exception.
Hi there!
I've been trying out the new features to pause and resume animations. The pause seems to work fine, but when resuming the animation, it causes a crash and returns
tilengine.TilengineException: 'No error'
.Here is the Python code that reproduces the issue. Associated assets are here:
area.txt
I'm using Tilengine v2.12.0