0

Really make lower-left the default everywhere

This commit is contained in:
Ryan Rector
2011-07-23 11:23:14 -06:00
parent b6a2447b9c
commit 5afdff09cc
4 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ class MapGen(object):
self.web_assets_hook = configInfo.get('web_assets_hook', None)
self.web_assets_path = configInfo.get('web_assets_path', None)
self.bg_color = configInfo.get('bg_color')
self.north_direction = configInfo.get('north_direction', 'upper-right')
self.north_direction = configInfo.get('north_direction', 'lower-left')
if not len(quadtrees) > 0:
raise ValueError("there must be at least one quadtree to work on")