Hi!
I'm using spine-cpp to play multiple animations with addAnimation method like
addAnimation ...
addAnimation ...
addAnimation ...
And after each animation i see skip for several frames in the beginning of the next one.
In the same time first animation works fine and case when i start only one animation with repeat=true is also fine.
I tried to call additional update(0) for spine right after addAnimation, but it also doesnt' help.
Any ideas how to fix it?
Thank you.