Rename TextRenderable to TextAnnotationRenderable.

This commit is contained in:
Paul Chote
2019-09-15 12:31:52 +01:00
committed by abcdefg30
parent 7937383bf4
commit 4ec0fa299d
8 changed files with 16 additions and 16 deletions

View File

@@ -52,7 +52,7 @@ namespace OpenRA.Mods.Common.Effects
if (wr.World.FogObscures(pos) || wr.World.ShroudObscures(pos))
yield break;
yield return new TextRenderable(font, pos, 0, color, text);
yield return new TextAnnotationRenderable(font, pos, 0, color, text);
}
public static string FormatCashTick(int cashAmount)