summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphBase
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2023-10-16 02:21:22 -0700
committerJcw87 <Jcw87@users.noreply.github.com>2023-10-16 02:21:48 -0700
commit0413154d722d29df43887607c2dabbb6eb27cbf6 (patch)
tree9f990afeee02249d8b62cc7b0a6b79823db2145e /include/JSystem/J3DGraphBase
parent0e82b07cf2ef257d80fc5549100fbadb88d6c0a6 (diff)
J3DJoint
Diffstat (limited to 'include/JSystem/J3DGraphBase')
-rw-r--r--include/JSystem/J3DGraphBase/J3DMaterial.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DMaterial.h b/include/JSystem/J3DGraphBase/J3DMaterial.h
index 7bc64fce..7ecda53c 100644
--- a/include/JSystem/J3DGraphBase/J3DMaterial.h
+++ b/include/JSystem/J3DGraphBase/J3DMaterial.h
@@ -42,6 +42,7 @@ public:
virtual void change();
J3DMaterial* getNext() const { return mNext; }
+ void setNext(J3DMaterial* material) {mNext = material; }
J3DShape* getShape() const { return mShape; }
u32 getMaterialMode() { return mMaterialMode; }
void setMaterialMode(u32 mode) { mMaterialMode = mode; }