Fix formatting rule warnings.
This commit is contained in:
committed by
Gustas
parent
578a9fe457
commit
14ef6b5774
@@ -25,8 +25,8 @@ namespace OpenRA.Mods.Common.Graphics
|
||||
static readonly Dictionary<CVec, int> Offset2CornerIndex = new()
|
||||
{
|
||||
{ new CVec(0, -1), (int)Corner.TopLeft },
|
||||
{ new CVec(1, 0), (int)Corner.TopRight },
|
||||
{ new CVec(0, 1), (int)Corner.BottomRight },
|
||||
{ new CVec(1, 0), (int)Corner.TopRight },
|
||||
{ new CVec(0, 1), (int)Corner.BottomRight },
|
||||
{ new CVec(-1, 0), (int)Corner.BottomLeft },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user