From fb0a7b161e484c16adff728c78e2e3e04e3d5d22 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Sun, 8 Jan 2012 00:07:39 -0500 Subject: [PATCH] forgot another thing sorry --- overviewer_core/tileset.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overviewer_core/tileset.py b/overviewer_core/tileset.py index 9d886de..01a6f54 100644 --- a/overviewer_core/tileset.py +++ b/overviewer_core/tileset.py @@ -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