Fix incorrect member field usage

It's 100% NOT supposed to be mScale 💀 🐟
This commit is contained in:
Super Hackio 2024-06-26 19:58:01 -07:00
parent 61e9a75683
commit c4c028b049

View File

@ -325,7 +325,7 @@ void SkeletalFishGuard::calcAndSetBaseMtx() {
else {
TVec3f stack_30;
TVec3f stack_24;
JGeometry::negateInternal((f32*)&mScale, (f32*)&stack_30);
JGeometry::negateInternal((f32*)&mGravity, (f32*)&stack_30);
PSVECCrossProduct(stack_30.toCVec(), _D0.toCVec(), stack_24.toVec());
if (MR::isNearZero(stack_24, 0.001f)) {