summaryrefslogtreecommitdiff
path: root/src/d/d_tree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/d_tree.cpp')
-rw-r--r--src/d/d_tree.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/d_tree.cpp b/src/d/d_tree.cpp
index 02138294..9877e0a9 100644
--- a/src/d/d_tree.cpp
+++ b/src/d/d_tree.cpp
@@ -230,7 +230,7 @@ void dTree_packet_c::draw() {
};
static GXVtxAttrFmtList l_shadowVtxAttrFmtList[] = {
{GX_VA_POS, GX_POS_XYZ, GX_S8, 0x00},
- {GX_VA_TEX0, GX_POS_XYZ, GX_S8, 0x00},
+ {GX_VA_TEX0, GX_TEX_ST, GX_S8, 0x00},
{GX_VA_NULL, GX_POS_XYZ, GX_S8, 0x00},
};
static GXVtxDescList l_vtxDescList[] = {
@@ -241,8 +241,8 @@ void dTree_packet_c::draw() {
};
static GXVtxAttrFmtList l_vtxAttrFmtList[] = {
{GX_VA_POS, GX_POS_XYZ, GX_F32, 0x00},
- {GX_VA_CLR0, GX_POS_XYZ, GX_RGBA8, 0x00},
- {GX_VA_TEX0, GX_POS_XYZ, GX_F32, 0x00},
+ {GX_VA_CLR0, GX_CLR_RGBA, GX_RGBA8, 0x00},
+ {GX_VA_TEX0, GX_TEX_ST, GX_F32, 0x00},
{GX_VA_NULL, GX_POS_XYZ, GX_S8, 0x00},
};
static struct {