d_a_player_main work

This commit is contained in:
LagoLunatic
2023-12-13 00:52:09 -05:00
parent 42c4a5d825
commit 63eba6d48a
6 changed files with 171 additions and 49 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ struct J3DTextureSRTInfo;
// I doubt this is right but it seems like the only way to prevent an empty ctor being added on array construction
struct J3DTransformInfo {
/* 0x00 */ Vec mScale;
/* 0x0C */ JGeometry::TVec3<s16> mRotation;
/* 0x0C */ SVec mRotation;
/* 0x14 */ Vec mTranslate;
inline J3DTransformInfo& operator=(const J3DTransformInfo& b) {
mScale = b.mScale;