mirror of
https://github.com/halpz/re3.git
synced 2025-07-25 18:22:49 +00:00
fix anims again
This commit is contained in:
@ -109,7 +109,7 @@ CAnimBlendNode::FindKeyFrame(float t)
|
||||
}
|
||||
frameA = 0;
|
||||
}
|
||||
frameB = frameA++;
|
||||
frameB = frameA;
|
||||
}
|
||||
|
||||
remainingTime = sequence->GetKeyFrame(frameA)->deltaTime - t;
|
||||
|
Reference in New Issue
Block a user