Remove RenderSimple

All traits inheriting from it have been removed, and WithSpriteBody can
now take its place.
This commit is contained in:
reaperrr
2015-07-15 07:28:18 +02:00
parent 7c7506fafb
commit c272e790e5
5 changed files with 33 additions and 77 deletions

View File

@@ -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