From 33ffbd1c58dc8582f67d946f9eb26127e9851a10 Mon Sep 17 00:00:00 2001
From: Daniel Borca <dborca@users.sourceforge.net>
Date: Tue, 4 May 2004 06:27:06 +0000
Subject: texture compression: getting warmer

---
 progs/tests/texcmp.c | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'progs/tests')

diff --git a/progs/tests/texcmp.c b/progs/tests/texcmp.c
index dc6a96cec6..fe3f58cf34 100644
--- a/progs/tests/texcmp.c
+++ b/progs/tests/texcmp.c
@@ -37,6 +37,8 @@ static GLboolean fxt1, dxtc, s3tc;
 static const char *TextureName (GLenum TC)
 {
  switch (TC) {
+        case GL_RGB:
+             return "RGB";
         case GL_RGBA:
              return "RGBA";
         case GL_COMPRESSED_RGB:
-- 
cgit v1.2.3