mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-06 02:38:11 -04:00
Various J3D inline fixes
This commit is contained in:
@@ -106,6 +106,7 @@ struct J3DIndTexMtxInfo {
|
||||
}
|
||||
mScaleExp = other.mScaleExp;
|
||||
}
|
||||
|
||||
/* 0x00 */ Mtx23 mOffsetMtx;
|
||||
/* 0x18 */ s8 mScaleExp;
|
||||
}; // Size: 0x1C
|
||||
@@ -203,6 +204,12 @@ struct J3DIndTevStageInfo {
|
||||
};
|
||||
|
||||
struct J3DTexCoordInfo {
|
||||
void operator=(const J3DTexCoordInfo& other) {
|
||||
mTexGenType = other.mTexGenType;
|
||||
mTexGenSrc = other.mTexGenSrc;
|
||||
mTexGenMtx = other.mTexGenMtx;
|
||||
}
|
||||
|
||||
/* 0x0 */ u8 mTexGenType ALIGN_DECL(4);
|
||||
/* 0x1 */ u8 mTexGenSrc;
|
||||
/* 0x2 */ u8 mTexGenMtx;
|
||||
|
||||
Reference in New Issue
Block a user