fix cnc cheats panel

This commit is contained in:
Chris Forbes
2012-04-24 19:44:06 +12:00
parent 6ab171af8b
commit 926686beff
3 changed files with 17 additions and 15 deletions

View File

@@ -88,6 +88,8 @@ namespace OpenRA.Mods.RA.Effects
var wlr = Game.Renderer.WorldLineRenderer;
wlr.LineWidth = info.BeamRadius * 2;
wlr.DrawLine(args.src, args.dest, rc, rc);
wlr.Flush();
wlr.LineWidth = 1f;
}
}
}