Prevent opening and parsing files which haven't been modified since the last time that the render was done
This commit is contained in:
@@ -757,7 +757,7 @@ class TileSet(object):
|
||||
# Compare the last modified time of the chunk and tile. If the
|
||||
# tile is older, mark it in a RendertileSet object as dirty.
|
||||
|
||||
for chunkx, chunkz, chunkmtime in self.regionset.iterate_chunks():
|
||||
for chunkx, chunkz, chunkmtime in self.regionset.iterate_newer_chunks(last_rendertime):
|
||||
|
||||
chunkcount += 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user