From 8975cbb36b972f10f2360ad2957d1973f6fd9110 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 21 Oct 2005 08:34:06 +0000 Subject: Better looking test. --- progs/fp/tri-dst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'progs/fp/tri-dst.c') diff --git a/progs/fp/tri-dst.c b/progs/fp/tri-dst.c index 5e01a3c838..ba40a2418e 100644 --- a/progs/fp/tri-dst.c +++ b/progs/fp/tri-dst.c @@ -40,7 +40,7 @@ static void Init( void ) { static const char *modulate2D = "!!ARBfp1.0\n" - "DST result.color, fragment.position, fragment.color; \n" + "DST result.color, fragment.color, fragment.color; \n" "END" ; GLuint modulateProg; -- cgit v1.2.3