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

bugfix tk stuff

parent 04ee379b
No related branches found
No related tags found
No related merge requests found
...@@ -676,8 +676,7 @@ class RenderTool(object): ...@@ -676,8 +676,7 @@ class RenderTool(object):
if self.agentRenderVariant == AgentRenderVariant.BOX_ONLY: if self.agentRenderVariant == AgentRenderVariant.BOX_ONLY:
self.gl.setCellOccupied(iAgent, *(agent.position)) self.gl.setCellOccupied(iAgent, *(agent.position))
elif self.agentRenderVariant == AgentRenderVariant.ONE_STEP_BEHIND or \ elif self.agentRenderVariant == AgentRenderVariant.ONE_STEP_BEHIND or self.agentRenderVariant == AgentRenderVariant.ONE_STEP_BEHIND_AND_BOX:
self.agentRenderVariant == AgentRenderVariant.ONE_STEP_BEHIND_AND_BOX:
if agent.old_position is not None: if agent.old_position is not None:
position = agent.old_position position = agent.old_position
direction = agent.direction direction = agent.direction
......
...@@ -130,6 +130,7 @@ setenv = ...@@ -130,6 +130,7 @@ setenv =
PYTHONPATH = {toxinidir} PYTHONPATH = {toxinidir}
passenv = passenv =
DISPLAY DISPLAY
XAUTHORITY
; HTTP_PROXY+HTTPS_PROXY required behind corporate proxies ; HTTP_PROXY+HTTPS_PROXY required behind corporate proxies
HTTP_PROXY HTTP_PROXY
HTTPS_PROXY HTTPS_PROXY
......
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