diff --git a/isometric-park-fna/FNAGame.cs b/isometric-park-fna/FNAGame.cs --- a/isometric-park-fna/FNAGame.cs +++ b/isometric-park-fna/FNAGame.cs @@ -565,8 +565,8 @@ int screenx = (x - y) * Tile.TileSpriteWidth / 2; int screeny = (x + y) * Tile.TileSpriteHeight / 2; - if (this.cull(x, y)) - { + // if (this.cull(x, y)) + // { batch.Draw( Tile.TileSetTexture, new Rectangle( @@ -581,7 +581,7 @@ 0.9f); this.tilesDrawn++; - } + // } } } stopWatch2.Stop();