mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-16 01:54:38 +02:00
revert
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user