commit | c35dcfcf0adb335a28fdb1503447655dbb809927 | [log] [tgz] |
---|---|---|
author | Daniel Borca <dborca@users.sourceforge.net> | Thu Apr 29 09:01:41 2004 +0000 |
committer | Daniel Borca <dborca@users.sourceforge.net> | Thu Apr 29 09:01:41 2004 +0000 |
tree | d7ca319a59660144de08be80848cb4ba45707aff | |
parent | af503f3438c53962c1ee65ec69c07cb584672198 [diff] [blame] |
FXT1 preparations
diff --git a/progs/tests/texcmp.c b/progs/tests/texcmp.c index fc66a96..dc6a96c 100644 --- a/progs/tests/texcmp.c +++ b/progs/tests/texcmp.c
@@ -305,6 +305,9 @@ } ReInit(Tx->TC, Tx); break; + case '9': + ReInit(GL_RGB, Tx); + break; case '0': ReInit(GL_RGBA, Tx); break;