diff options
Diffstat (limited to 'src/d/d_wood.cpp')
| -rw-r--r-- | src/d/d_wood.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/d_wood.cpp b/src/d/d_wood.cpp index 67559785..12d79a27 100644 --- a/src/d/d_wood.cpp +++ b/src/d/d_wood.cpp @@ -956,8 +956,8 @@ void dWood::Packet_c::draw() { {GX_VA_NULL, GX_NONE}, }; static GXVtxAttrFmtList l_shadowVtxAttrFmtList[] = { - {GX_VA_POS, GX_CLR_RGBA, GX_RGB8, 0x00}, - {GX_VA_TEX0, GX_CLR_RGBA, GX_RGB8, 0x00}, + {GX_VA_POS, GX_POS_XYZ, GX_S8, 0x00}, + {GX_VA_TEX0, GX_TEX_ST, GX_S8, 0x00}, {GX_VA_NULL, GX_CLR_RGBA, GX_RGB8, 0x00}, }; static GXVtxDescList l_vtxDescList[] = { @@ -967,9 +967,9 @@ void dWood::Packet_c::draw() { {GX_VA_NULL, GX_NONE}, }; static GXVtxAttrFmtList l_vtxAttrFmtList[] = { - {GX_VA_POS, GX_CLR_RGBA, GX_F32, 0x00}, + {GX_VA_POS, GX_POS_XYZ, GX_F32, 0x00}, {GX_VA_CLR0, GX_CLR_RGBA, GX_RGBA8, 0x00}, - {GX_VA_TEX0, GX_CLR_RGBA, GX_F32, 0x00}, + {GX_VA_TEX0, GX_TEX_ST, GX_F32, 0x00}, {GX_VA_NULL, GX_CLR_RGBA, GX_RGB8, 0x00}, }; static GXColor l_shadowColor = {0x00, 0x00, 0x00, 0x64}; |
