1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-16 01:54:38 +02:00
This commit is contained in:
XProger
2018-04-20 05:21:12 +03:00
parent 6018fa066e
commit 4e087ab177

View File

@@ -91,7 +91,7 @@ struct Animation {
}
void playNext() {
setAnim(next, anims[index].nextFrame, false);
setAnim(next, anims[index].nextFrame);
}
TR::AnimFrame* getFrame(TR::Animation *anim, int index) {