From 507ac6b96b6a4162463303114f648d735a4a65ac Mon Sep 17 00:00:00 2001 From: hagrid67 <jdhwatson@gmail.com> Date: Wed, 12 Jun 2019 20:48:25 +0100 Subject: [PATCH] minor commenting change --- flatland/utils/graphics_pil.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flatland/utils/graphics_pil.py b/flatland/utils/graphics_pil.py index 1cf8b851..bca964c9 100644 --- a/flatland/utils/graphics_pil.py +++ b/flatland/utils/graphics_pil.py @@ -395,8 +395,9 @@ class PILSVG(PILGL): (0, 3): "svg/Zug_2_Weiche_#0091ea.svg" } - # "paint" color of the train images we load + # "paint" color of the train images we load - this is the color we will change. # a3BaseColor = self.rgb_s2i("0091ea") + # temporary workaround for trains / agents renamed with different colour: a3BaseColor = self.rgb_s2i("d50000") self.dPilZug = {} -- GitLab