diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2022-12-30 14:09:21 -0800 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2022-12-30 16:43:48 -0800 |
| commit | 0ff72d731be2c03d9626289dc679299b2496fa0d (patch) | |
| tree | a4a1f43562c14ede666e9e8d37ea083b89874909 /include/JSystem/J3DGraphBase | |
| parent | 463348bfc7f2360d9bb0a6205b8aa4602c8c03d0 (diff) | |
J3DJointTree OK
Diffstat (limited to 'include/JSystem/J3DGraphBase')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DShape.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DShape.h b/include/JSystem/J3DGraphBase/J3DShape.h index 85cf0da8e9..372dacc976 100644 --- a/include/JSystem/J3DGraphBase/J3DShape.h +++ b/include/JSystem/J3DGraphBase/J3DShape.h @@ -113,6 +113,7 @@ public: private: friend struct J3DShapeFactory; + friend class J3DJointTree; /* 0x04 */ J3DMaterial* mMaterial; /* 0x08 */ u16 mIndex; |
