gfx: Disable tiles for now due to bustage

This commit is contained in:
Patrick Walton 2012-10-27 00:27:44 -07:00
parent 9f94b54c89
commit ad540f870a

View file

@ -11,7 +11,8 @@ use geom::point::Point2D;
use geom::rect::Rect;
use geom::size::Size2D;
const TILE_SIZE: uint = 512;
// FIXME: Tiles are busted. Disable them for now.
const TILE_SIZE: uint = 4096;
pub struct RenderLayer {
display_list: DisplayList,