Remove HSLColor.
This commit is contained in:
@@ -98,7 +98,7 @@ namespace OpenRA.Mods.Common.Effects
|
||||
IEnumerable<IRenderable> RenderInner(WorldRenderer wr)
|
||||
{
|
||||
if (Game.Settings.Game.DrawTargetLine)
|
||||
yield return new TargetLineRenderable(targetLine, building.Owner.Color.RGB);
|
||||
yield return new TargetLineRenderable(targetLine, building.Owner.Color);
|
||||
|
||||
if (circles != null || flag != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user