gallium: disable a debug hack
authorBrian <brian.paul@tungstengraphics.com>
Fri, 28 Mar 2008 20:56:05 +0000 (14:56 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 28 Mar 2008 20:56:05 +0000 (14:56 -0600)
src/mesa/state_tracker/st_cb_bitmap.c

index e46dcbf..464e22d 100644 (file)
@@ -65,7 +65,7 @@
  * A wide, short buffer is used to target the common case of a series
  * of glBitmap calls being used to draw text.
  */
-static GLboolean UseBitmapCache = 0*GL_TRUE;
+static GLboolean UseBitmapCache = GL_TRUE;
 
 
 #define BITMAP_CACHE_WIDTH  512