Fix RCS1077
This commit is contained in:
@@ -69,7 +69,7 @@ namespace OpenRA.Mods.Common.HitShapes
|
||||
var topRight = new int2(BottomRight.X, TopLeft.Y);
|
||||
var bottomLeft = new int2(TopLeft.X, BottomRight.Y);
|
||||
var corners = new[] { TopLeft, BottomRight, topRight, bottomLeft };
|
||||
OuterRadius = new WDist(corners.Select(x => x.Length).Max());
|
||||
OuterRadius = new WDist(corners.Max(x => x.Length));
|
||||
|
||||
combatOverlayVertsTop = new WVec[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user