update mpi usage

This commit is contained in:
Erwin Coumans
2019-02-01 19:20:08 -08:00
parent 176edeff1e
commit 2eace2f715
2 changed files with 8 additions and 5 deletions

View File

@@ -40,8 +40,8 @@ def main():
# Command line arguments
args = sys.argv[1:]
world = build_world(args, enable_draw=False)
enable_draw = False
world = build_world(args, enable_draw)
run()
shutdown()