diff --git a/OpenRA.Game/Graphics/WorldRenderer.cs b/OpenRA.Game/Graphics/WorldRenderer.cs index 1e090eb923..2f17e32a09 100644 --- a/OpenRA.Game/Graphics/WorldRenderer.cs +++ b/OpenRA.Game/Graphics/WorldRenderer.cs @@ -200,7 +200,7 @@ namespace OpenRA.Graphics } } - //if (ShowUnitPaths) + if (ShowUnitPaths) { var mobile = selectedUnit.traits.GetOrDefault(); if (mobile != null)