Clear all the dirtyflag words

This commit is contained in:
Keith Whitwell 2007-08-22 09:00:51 +01:00
parent 9606cb15e7
commit d021381d4e

View file

@ -134,4 +134,8 @@ failover_state_emit( struct failover_context *failover )
}
failover->dirty = 0;
failover->dirty_vertex_element = 0;
failover->dirty_vertex_buffer = 0;
failover->dirty_texture = 0;
failover->dirty_sampler = 0;
}