Guess how long it took to find this one number

This commit is contained in:
Luke Street 2022-03-10 02:29:02 -05:00
parent cd963c4a5c
commit 15696f3aa4
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ void CFBStreamedAnimReaderTotals::IncrementInto(CBitLevelLoader& loader, const C
if (tCount) {
cumulativesOut[4] = cumulativesIn[4] + loader.LoadSigned(*reinterpret_cast<const u8*>(chans + 2));
cumulativesOut[5] = cumulativesIn[5] + loader.LoadSigned(*reinterpret_cast<const u8*>(chans + 5));
cumulativesOut[6] = cumulativesIn[5] + loader.LoadSigned(*reinterpret_cast<const u8*>(chans + 8));
cumulativesOut[6] = cumulativesIn[6] + loader.LoadSigned(*reinterpret_cast<const u8*>(chans + 8));
chans += 9;
}
}