William: Thanks for the level! It was indeed a bug that happens when bones are rotated, but not animated. That's probably why it was not noticed earlier, as bones rotation is mostly used with animated bones.

This will be fixed in the next update. Workaround: Simulate bones animation with this command:

my.next_frame += 0.001;

when you rotate a bone.