invert draw_vertex_cache_check_space()

This commit is contained in:
Brian
2007-09-21 12:37:13 -06:00
parent ac394414fc
commit 1ae7373ac5
+1 -1
View File
@@ -107,7 +107,7 @@ static struct prim_header *get_queued_prim( struct draw_context *draw,
unsigned nr_verts )
{
if (draw->pq.queue_nr + 1 >= PRIM_QUEUE_LENGTH ||
draw_vertex_cache_check_space( draw, nr_verts ))
!draw_vertex_cache_check_space( draw, nr_verts ))
{
draw_flush( draw );
}