From c35dcfcf0adb335a28fdb1503447655dbb809927 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Thu, 29 Apr 2004 09:01:41 +0000 Subject: FXT1 preparations --- progs/tests/texcmp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'progs/tests') diff --git a/progs/tests/texcmp.c b/progs/tests/texcmp.c index fc66a96030..dc6a96cec6 100644 --- a/progs/tests/texcmp.c +++ b/progs/tests/texcmp.c @@ -305,6 +305,9 @@ static void Key( unsigned char key, int x, int y ) } ReInit(Tx->TC, Tx); break; + case '9': + ReInit(GL_RGB, Tx); + break; case '0': ReInit(GL_RGBA, Tx); break; -- cgit v1.2.3