1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-06-24 06:11:29 +00:00

fix anims again

This commit is contained in:
eray orçunus 2020-06-25 16:20:20 +03:00
parent 592a6aef0b
commit c72fab15b4

View file

@ -109,7 +109,7 @@ CAnimBlendNode::FindKeyFrame(float t)
} }
frameA = 0; frameA = 0;
} }
frameB = frameA++; frameB = frameA;
} }
remainingTime = sequence->GetKeyFrame(frameA)->deltaTime - t; remainingTime = sequence->GetKeyFrame(frameA)->deltaTime - t;