summaryrefslogtreecommitdiff
path: root/src/JSystem/J3DGraphBase/J3DVertex.cpp
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2023-09-12 20:16:11 -0700
committerJasper St. Pierre <jstpierre@mecheye.net>2023-09-12 20:16:11 -0700
commitc0d02ccfcf9ec93b0d8a427567e1dffd58182da5 (patch)
treecabf8857739bf73af73f37d48cc7b1b77d62be94 /src/JSystem/J3DGraphBase/J3DVertex.cpp
parentd3b40925239896a0ae41b35b61f0250200dd0ec3 (diff)
J3DVertex almost
Diffstat (limited to 'src/JSystem/J3DGraphBase/J3DVertex.cpp')
-rw-r--r--src/JSystem/J3DGraphBase/J3DVertex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/JSystem/J3DGraphBase/J3DVertex.cpp b/src/JSystem/J3DGraphBase/J3DVertex.cpp
index 4ce6b1bb..306f895a 100644
--- a/src/JSystem/J3DGraphBase/J3DVertex.cpp
+++ b/src/JSystem/J3DGraphBase/J3DVertex.cpp
@@ -26,9 +26,9 @@ J3DVertexData::J3DVertexData() {
for (int i = 0; i < ARRAY_SIZE(mVtxTexCoordArray); i++)
mVtxTexCoordArray[i] = NULL;
- mPacketNum = 0;
- mVtxPosType = GX_F32;
mVtxPosFrac = 0;
+ mVtxPosType = GX_F32;
+ mVtxNrmFrac = 0;
mVtxNrmType = GX_F32;
}