cleanup to use cleaner apis

This commit is contained in:
Sebastian Snoer
2025-05-26 20:30:04 +02:00
parent 99e902fd80
commit 5105ef985b
2 changed files with 8 additions and 12 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ private:
/* 0x334 */ m3d::smdl_c mMdl;
/* 0x350 */ dBgW mBgCollider;
/* 0x560 */ dCcD_Sph mCollider;
/* 0x6b0 */ mVec3_c mVec; // TODO: Find better name, and figure out it's purpose
/* 0x6bc */ float mFloat; // TODO: No usage found yet
/* 0x6b0 */ mVec3_c mVec; // TODO: Find better name, once we've figured out it's purpose
/* 0x6bc */ f32 mFloat; // TODO: No usage found yet
};
#endif