Change IPlaceBuildingDecorationInfo to use annotations.
This commit is contained in:
@@ -41,7 +41,7 @@ namespace OpenRA.Mods.Common.Traits.Render
|
||||
[Desc("Range of the circle")]
|
||||
public readonly WDist Range = WDist.Zero;
|
||||
|
||||
public IEnumerable<IRenderable> Render(WorldRenderer wr, World w, ActorInfo ai, WPos centerPosition)
|
||||
public IEnumerable<IRenderable> RenderAnnotations(WorldRenderer wr, World w, ActorInfo ai, WPos centerPosition)
|
||||
{
|
||||
if (EnabledByDefault)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user