summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphAnimator
diff options
context:
space:
mode:
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; }