0

test_tileset: Add missing world parameter

This commit is contained in:
Johan Kiviniemi
2013-12-27 03:46:36 +02:00
parent c32abc00e0
commit b5dec03cff

View File

@@ -191,7 +191,7 @@ class TilesetTest(unittest.TestCase):
'rerenderprob': 0 'rerenderprob': 0
} }
defoptions.update(options) defoptions.update(options)
ts = tileset.TileSet(self.rs, FakeAssetmanager(0), None, defoptions, outputdir) ts = tileset.TileSet(None, self.rs, FakeAssetmanager(0), None, defoptions, outputdir)
if preprocess: if preprocess:
preprocess(ts) preprocess(ts)
ts.do_preprocessing() ts.do_preprocessing()