rename map history files to be less confusing

This commit is contained in:
Laura Klünder 2017-11-16 02:03:36 +01:00
parent e965983322
commit 7f0d52f23f
4 changed files with 5 additions and 5 deletions

View file

@ -35,8 +35,8 @@ class MapRenderer:
@cached_property
def last_update(self):
return MapHistory.open_level_cached(self.level, 'render').last_update(self.minx, self.miny,
self.maxx, self.maxy)
return MapHistory.open_level_cached(self.level, 'composite').last_update(self.minx, self.miny,
self.maxx, self.maxy)
@cached_property
def update_cache_key(self):