summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphAnimator
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2023-12-19 01:30:03 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2023-12-19 01:30:03 -0500
commitfa59660bf249e00a75dd5afe37b2f05ef4484128 (patch)
treee68403e5e27a632b0c35bf0630fa693be4bd2a95 /include/JSystem/J3DGraphAnimator
parent0a5559c9a55b241c1e7cfd6550148c9bf0cdbb1b (diff)
J3DModelLoaderCalcSize 98%
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
-rw-r--r--include/JSystem/J3DGraphAnimator/J3DJointTree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DJointTree.h b/include/JSystem/J3DGraphAnimator/J3DJointTree.h
index aaae4c8e..32f41941 100644
--- a/include/JSystem/J3DGraphAnimator/J3DJointTree.h
+++ b/include/JSystem/J3DGraphAnimator/J3DJointTree.h
@@ -8,7 +8,7 @@
class JUTNameTab;
struct J3DModelHierarchy {
- /* 0x0 */ u16 mType;
+ /* 0x0 */ u16 mType; // TODO enum
/* 0x2 */ u16 mValue;
inline u16 getValue() const { return mValue; }