summaryrefslogtreecommitdiff
path: root/src/JSystem/J3DGraphBase/J3DVertex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JSystem/J3DGraphBase/J3DVertex.cpp')
-rw-r--r--src/JSystem/J3DGraphBase/J3DVertex.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/JSystem/J3DGraphBase/J3DVertex.cpp b/src/JSystem/J3DGraphBase/J3DVertex.cpp
index 3724aa6b94..d455f27c8c 100644
--- a/src/JSystem/J3DGraphBase/J3DVertex.cpp
+++ b/src/JSystem/J3DGraphBase/J3DVertex.cpp
@@ -210,6 +210,10 @@ s32 J3DVertexBuffer::allocTransformedVtxNrmArray() {
return kJ3DError_Success;
}
+static void dummy(J3DVertexData* vertexData) {
+ vertexData->getColNum();
+}
+
J3DDrawMtxData::J3DDrawMtxData() {
mEntryNum = 0;
mDrawMtxFlag = NULL;