diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-09-12 20:16:11 -0700 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-09-12 20:16:11 -0700 |
| commit | c0d02ccfcf9ec93b0d8a427567e1dffd58182da5 (patch) | |
| tree | cabf8857739bf73af73f37d48cc7b1b77d62be94 /src/JSystem/J3DGraphBase/J3DVertex.cpp | |
| parent | d3b40925239896a0ae41b35b61f0250200dd0ec3 (diff) | |
J3DVertex almost
Diffstat (limited to 'src/JSystem/J3DGraphBase/J3DVertex.cpp')
| -rw-r--r-- | src/JSystem/J3DGraphBase/J3DVertex.cpp | 4 |
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; } |
