mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 23:11:22 +00:00
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) {
|
if (prior != -1 && next == -1) {
|
||||||
next = cur;
|
next = cur;
|
||||||
|
x78_t = (time - priorTime) / (curTime - priorTime);
|
||||||
}
|
}
|
||||||
if (next != -1) {
|
if (next != -1) {
|
||||||
while (u32(next) > Next().x1c_curKey) {
|
while (u32(next) > Next().x1c_curKey) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user