mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
gfx: Disable tiles for now due to bustage
This commit is contained in:
parent
9f94b54c89
commit
ad540f870a
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue