0

Use cached center for initial view. Fixes #1453.

This commit is contained in:
Willem Mulder
2018-10-06 18:12:17 +02:00
parent 3cceaf5869
commit 3cc184a751
2 changed files with 3 additions and 3 deletions

View File

@@ -589,7 +589,7 @@ class TileSet(object):
if (self.regionset.get_type() == None and self.options.get("showspawn", True)):
d.update({"spawn": self.options.get("spawn")})
else:
d.update({"spawn": "false"});
d.update({"spawn": False})
try:
d['north_direction'] = self.regionset.north_dir