i965g: Fix debug check

This commit is contained in:
Jakob Bornecrantz 2009-11-05 00:38:51 +00:00
parent ce4f23aab9
commit 643bb3419d

View file

@ -426,7 +426,7 @@ static int brw_prepare_indices(struct brw_context *brw)
if (index_buffer == NULL)
return 0;
if (DEBUG & DEBUG_VERTS)
if (BRW_DEBUG & DEBUG_VERTS)
debug_printf("%s: index_size:%d index_buffer->size:%d\n",
__FUNCTION__,
brw->curr.index_size,