From 34495cf3e7fb1ca9704a7a1b890bf1dc10f68d16 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sun, 7 Mar 2010 23:10:43 +1300 Subject: [PATCH] wtf. --- OpenRA.Game/Graphics/WorldRenderer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)