Rename TextRenderable to TextAnnotationRenderable.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user