Fix misc indentation errors.

This commit is contained in:
Paul Chote
2018-10-06 20:25:08 +01:00
committed by abcdefg30
parent 416f529cb0
commit eb0e2eeb9d
8 changed files with 30 additions and 31 deletions

View File

@@ -39,9 +39,9 @@ namespace OpenRA.Mods.Common.Graphics
public TextRenderable(SpriteFont font, WPos pos, int zOffset, Color color, string text)
: this(font, pos, zOffset, color,
ChromeMetrics.Get<Color>("TextContrastColorDark"),
ChromeMetrics.Get<Color>("TextContrastColorLight"),
text) { }
ChromeMetrics.Get<Color>("TextContrastColorDark"),
ChromeMetrics.Get<Color>("TextContrastColorLight"),
text) { }
public WPos Pos { get { return pos; } }
public PaletteReference Palette { get { return null; } }