mirror of
https://github.com/SMGCommunity/Petari.git
synced 2025-02-22 23:22:13 +00:00
Fix incorrect member field usage
It's 100% NOT supposed to be mScale 💀 🐟
This commit is contained in:
parent
61e9a75683
commit
c4c028b049
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user