Files
OpenRA/OpenRA.Mods.Common/Traits/Render/RenderSprites.cs
Oliver Brakmann 22cd68e8f9 Fix missing infantry in the legacy editor
The editor is looking for actor types that implement ILegacyEditorRender, but infantry units don't anymore since #7638.

This moves ILegacyEditorRender to the root of the Render* inheritance tree, so that all actor types have access to it.
2015-04-27 17:52:14 +02:00

7.1 KiB