summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphBase/J3DShape.h
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2026-02-20 03:05:23 -0800
committerGitHub <noreply@github.com>2026-02-20 03:05:23 -0800
commit2113d9044b9beb0fedca17f977f2bb571c50c302 (patch)
treed9587a03e3fb6e441cb933af41ad36c3b6eb1cd2 /include/JSystem/J3DGraphBase/J3DShape.h
parent803bc041c7e228e2b7c88afd1121550e51db3f82 (diff)
d_resorce debug (#3105)
Diffstat (limited to 'include/JSystem/J3DGraphBase/J3DShape.h')
-rw-r--r--include/JSystem/J3DGraphBase/J3DShape.h2
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; }