diff options
Diffstat (limited to 'progs')
-rw-r--r-- | progs/demos/fbo_firecube.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/fbo_firecube.c b/progs/demos/fbo_firecube.c index 0f01476d3f..ed87dd133c 100644 --- a/progs/demos/fbo_firecube.c +++ b/progs/demos/fbo_firecube.c @@ -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"}; |