summaryrefslogtreecommitdiff
path: root/progs/tests
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-04-29 09:01:41 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-04-29 09:01:41 +0000
commitc35dcfcf0adb335a28fdb1503447655dbb809927 (patch)
treed7ca319a59660144de08be80848cb4ba45707aff /progs/tests
parentaf503f3438c53962c1ee65ec69c07cb584672198 (diff)
FXT1 preparations
Diffstat (limited to 'progs/tests')
-rw-r--r--progs/tests/texcmp.c3
1 files changed, 3 insertions, 0 deletions
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;