OSDN Git Service

Fix a typo.
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Thu, 24 Jul 2008 11:35:35 +0000 (13:35 +0200)
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Thu, 24 Jul 2008 11:35:35 +0000 (13:35 +0200)
progs/demos/fbo_firecube.c

index 0f01476..ed87dd1 100644 (file)
@@ -99,7 +99,7 @@ static const char *texNames[] =
     "GL_RGB GL_UNSIGNED_INT_5_6_5",
     "GL_RGB GL_UNSIGNED_INT_5_6_5_REV",
     "GL_BGR GL_UNSIGNED_INT_5_6_5",
-    "BL_BGR GL_UNSIGNED_INT_5_6_5_REV"};
+    "GL_BGR GL_UNSIGNED_INT_5_6_5_REV"};