summaryrefslogtreecommitdiff
path: root/src/JSystem/J3DGraphLoader/J3DShapeFactory.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-04-09 01:17:20 -0400
committerGitHub <noreply@github.com>2025-04-08 22:17:20 -0700
commit6672817e41064e04951ec28d51070b66fc8377ac (patch)
treeeea728f5e693d69e48800875a281350d59841789 /src/JSystem/J3DGraphLoader/J3DShapeFactory.cpp
parent396a464cc743a2b104e6d9b21a07c90e130860bc (diff)
JSystem work (#2384)
* object-id 100% on debug Can't be linked due to .text alignment issues? * J3DMaterialFactory and J3DMaterialFactory_v21 OK * Match dKy_bg_MAxx_proc
Diffstat (limited to 'src/JSystem/J3DGraphLoader/J3DShapeFactory.cpp')
-rw-r--r--src/JSystem/J3DGraphLoader/J3DShapeFactory.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/JSystem/J3DGraphLoader/J3DShapeFactory.cpp b/src/JSystem/J3DGraphLoader/J3DShapeFactory.cpp
index 898b9201e2..e1fd636605 100644
--- a/src/JSystem/J3DGraphLoader/J3DShapeFactory.cpp
+++ b/src/JSystem/J3DGraphLoader/J3DShapeFactory.cpp
@@ -44,10 +44,6 @@ J3DShape* J3DShapeFactory::create(int no, u32 flag, GXVtxDescList* vtxDesc) {
return shape;
}
-static inline u32 getMdlDataFlag_MtxLoadType(u32 flag) {
- return flag & 0x10;
-}
-
enum {
J3DMdlDataFlag_ConcatView = 0x10,
};