diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2026-02-20 03:05:23 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-20 03:05:23 -0800 |
| commit | 2113d9044b9beb0fedca17f977f2bb571c50c302 (patch) | |
| tree | d9587a03e3fb6e441cb933af41ad36c3b6eb1cd2 /include/JSystem/J3DGraphBase/J3DShape.h | |
| parent | 803bc041c7e228e2b7c88afd1121550e51db3f82 (diff) | |
d_resorce debug (#3105)
Diffstat (limited to 'include/JSystem/J3DGraphBase/J3DShape.h')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DShape.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DShape.h b/include/JSystem/J3DGraphBase/J3DShape.h index 151f4235ab..ed26d73694 100644 --- a/include/JSystem/J3DGraphBase/J3DShape.h +++ b/include/JSystem/J3DGraphBase/J3DShape.h @@ -180,7 +180,7 @@ public: void setDrawMtx(Mtx** pDrawMtx) { mDrawMtx = pDrawMtx; } void setNrmMtx(Mtx33** pNrmMtx) { mNrmMtx = pNrmMtx; } - void setTexMtxLoadType(u32 type) { mFlags = (mFlags & 0xFFFF0FFF) | type; } + void setTexMtxLoadType(u32 type) { mFlags = type | (mFlags & ~0xF000); } bool getNBTFlag() const { return mHasNBT; } u32 getBumpMtxOffset() const { return mBumpMtxOffset; } void setBumpMtxOffset(u32 offset) { mBumpMtxOffset = offset; } |
