Change IPlaceBuildingDecorationInfo to use annotations.
This commit is contained in:
@@ -233,7 +233,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
bool IOccupySpaceInfo.SharesCell { get { return false; } }
|
||||
|
||||
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 (!RequiresBaseProvider)
|
||||
return SpriteRenderable.None;
|
||||
|
||||
Reference in New Issue
Block a user