diff --git a/flatland/utils/rendertools.py b/flatland/utils/rendertools.py
index 537d8be832e706f2ec48a89ec006a8fc96806724..7932aacafe5c67e188afa9f52a90ec47f73ff8da 100644
--- a/flatland/utils/rendertools.py
+++ b/flatland/utils/rendertools.py
@@ -38,7 +38,7 @@ class RenderTool(object):
     gTheta = np.linspace(0, np.pi / 2, 5)
     gArc = array([np.cos(gTheta), np.sin(gTheta)]).T  # from [1,0] to [0,1]
 
-    def __init__(self, env, gl="PILSVG", jupyter=False, agentRenderVariant=AgentRenderVariant.ONE_STEP_BEHIND):
+    def __init__(self, env, gl="PILSVG", jupyter=False, agentRenderVariant=AgentRenderVariant.AGENT_SHOWS_OPTIONS):
         self.env = env
         self.iFrame = 0
         self.time1 = time.time()