rename map history files to be less confusing
This commit is contained in:
parent
e965983322
commit
7f0d52f23f
4 changed files with 5 additions and 5 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue