summaryrefslogtreecommitdiff
path: root/progs/tests/arbvpwarpmesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/arbvpwarpmesh.c')
-rw-r--r--progs/tests/arbvpwarpmesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/arbvpwarpmesh.c b/progs/tests/arbvpwarpmesh.c
index a9e2564bc4..3dfe94f759 100644
--- a/progs/tests/arbvpwarpmesh.c
+++ b/progs/tests/arbvpwarpmesh.c
@@ -187,7 +187,7 @@ static void Init( void )
"DP4 result.position.z, state.matrix.mvp.row[2], R3 ;\n"
"DP4 result.position.w, state.matrix.mvp.row[3], R3 ;\n"
- "MOV result.color, vertex.color;\n # copy input color to output color\n"
+ "MOV result.color, vertex.attrib[3];\n # copy input color to output color\n"
"END";