mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-30 17:05:33 -04:00
J3DVertex almost
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user