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

@@ -74,7 +74,7 @@ namespace OpenRA.Mods.Common.Traits
continue;
var info = wr.World.Map.GetTerrainInfo(cell);
yield return new TextRenderable(font, center, 0, info.Color, info.Type);
yield return new TextAnnotationRenderable(font, center, 0, info.Color, info.Type);
}
}