Remove RenderSimple
All traits inheriting from it have been removed, and WithSpriteBody can now take its place.
This commit is contained in:
@@ -222,7 +222,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
return sequence;
|
||||
}
|
||||
|
||||
// Required by RenderSimple, WithSpriteBody and WithInfantryBody
|
||||
// Required by WithSpriteBody and WithInfantryBody
|
||||
public int2 AutoSelectionSize(Actor self)
|
||||
{
|
||||
return anims.Where(b => b.IsVisible
|
||||
|
||||
Reference in New Issue
Block a user