disable bbox code until glitches are fixed

This commit is contained in:
Brian 2008-01-03 09:40:32 -07:00
parent 4ff6367295
commit 3ffef8de82

View file

@ -149,7 +149,7 @@ tile_bounding_box(const struct cell_command_render *render,
uint *txmin, uint *tymin,
uint *box_num_tiles, uint *box_width_tiles)
{
#if 0
#if 1
/* Debug: full-window bounding box */
uint txmax = fb.width_tiles - 1;
uint tymax = fb.height_tiles - 1;