remove unitinfluence debug, not needed anymore

This commit is contained in:
Chris Forbes
2011-03-12 19:48:47 +13:00
parent cf6a1583c6
commit 8a14662bc1
2 changed files with 0 additions and 15 deletions

View File

@@ -92,7 +92,6 @@ namespace OpenRA.Graphics
foreach (var image in SpritesToRender() )
image.Sprite.DrawAt(image.Pos, this.GetPaletteIndex(image.Palette), image.Scale);
uiOverlay.Draw(this, world);
// added for contrails
foreach (var a in world.Actors)