mirror of https://github.com/AxioDL/metaforce.git
CFBStreamedPairOfTotals: Properly set x78_t at end
This commit is contained in:
parent
ee590e670d
commit
c467c608a7
|
@ -220,6 +220,7 @@ void CFBStreamedPairOfTotals::SetTime(CBitLevelLoader& loader, const CCharAnimTi
|
|||
|
||||
if (prior != -1 && next == -1) {
|
||||
next = cur;
|
||||
x78_t = (time - priorTime) / (curTime - priorTime);
|
||||
}
|
||||
if (next != -1) {
|
||||
while (u32(next) > Next().x1c_curKey) {
|
||||
|
|
Loading…
Reference in New Issue