fix anims again
This commit is contained in:
parent
592a6aef0b
commit
c72fab15b4
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user