Skip to content
Snippets Groups Projects
Commit f5e70812 authored by u214892's avatar u214892
Browse files

#147 debug output not as default

parent b9217f61
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class RenderTool(object):
def __init__(self, env, gl="PILSVG", jupyter=False,
agent_render_variant=AgentRenderVariant.ONE_STEP_BEHIND,
show_debug=True, screen_width=800, screen_height=600):
show_debug=False, screen_width=800, screen_height=600):
self.env = env
self.frame_nr = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment