Skip to content
Snippets Groups Projects
Commit 432260b7 authored by Egli Adrian (IT-SCI-API-PFI)'s avatar Egli Adrian (IT-SCI-API-PFI)
Browse files

bug fix in setRailAt has 3 parameters, but passed 4.

parent aeb8adb5
No related branches found
No related tags found
No related merge requests found
......@@ -767,7 +767,7 @@ class RenderTool(object):
target = dTargets[(r, c)]
else:
target = None
self.gl.setRailAt(r, c, binTrans, target)
self.gl.setRailAt(r, c, binTrans)
for iAgent, agent in enumerate(self.env.agents):
if agent is None:
......
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