diff --git a/trap/stage.py b/trap/stage.py index d360de9..5a89d3c 100644 --- a/trap/stage.py +++ b/trap/stage.py @@ -248,7 +248,7 @@ class DrawnScenario(TrackScenario): lines.append(RenderableLine(points)) if len(self.drawn_predictions): - color = SrgbaColor(0.,0.5,0.,1.-self.lost_factor()) + color = SrgbaColor(0.,0.6,0.,1.-self.lost_factor()) # positions = [RenderablePosition.from_list(pos) for pos in self.drawn_positions] points = [RenderablePoint(pos, color) for pos in self.drawn_predictions[0]] lines.append(RenderableLine(points))