gallium: disable a debug hack

This commit is contained in:
Brian 2008-03-28 14:56:05 -06:00
parent c62b197b52
commit 7292db2138

View 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