0

northdirection glue

This commit is contained in:
Andrew Chin
2012-01-22 23:25:56 -05:00
parent 39e5793634
commit 8297f4c0a3
3 changed files with 46 additions and 16 deletions

View File

@@ -293,6 +293,8 @@ dir but you forgot to put quotes around the directory, since it contains spaces.
# TODO get the correct regionset based on render['dimension']
rset = w.get_regionset(0)
if (render['northdirection'] > 0):
rset = rset.rotate(render['northdirection'])
logging.debug("Using RegionSet %r", rset)
# create our TileSet from this RegionSet