mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 13:44:08 +00:00
Cleanup
This commit is contained in:
parent
af5bd951ae
commit
458fc63f01
41 changed files with 1487 additions and 8021 deletions
|
@ -36,7 +36,7 @@ CAnimBlendHierarchy::CalcTotalTime(void)
|
|||
float seqTime = 0.0f;
|
||||
for(j = 0; j < sequences[i].numFrames; j++)
|
||||
seqTime += sequences[i].GetKeyFrame(j)->deltaTime;
|
||||
totalTime = Max(totalTime, seqTime);
|
||||
totalTime = max(totalTime, seqTime);
|
||||
}
|
||||
totalLength = totalTime;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue