0

forgot another thing sorry

This commit is contained in:
Andrew Brown
2012-01-08 00:07:39 -05:00
parent ff418ba7c9
commit fb0a7b161e

View File

@@ -595,8 +595,8 @@ class TileSet(object):
# Computes the path in the quadtree from the col,row coordinates
tile = RenderTile.compute_path(c, r, depth)
if forcerender:
# forcerender mode: Skip all other checks, mark tiles
if markall:
# markall mode: Skip all other checks, mark tiles
# as dirty unconditionally
dirty.add(tile.path)
continue