Added a WeatherOverlay

This commit is contained in:
TheRaffy
2015-07-07 21:10:33 +02:00
parent 7912e3c7ff
commit 1fc2158f2e
8 changed files with 1022 additions and 1 deletions

View File

@@ -145,7 +145,6 @@ namespace OpenRA.Graphics
for (var i = 0; i < renderables.Count; i++)
renderables[i].Render(this);
// added for contrails
foreach (var a in World.ActorsWithTrait<IPostRender>())
if (a.Actor.IsInWorld && !a.Actor.Disposed)
a.Trait.RenderAfterWorld(this, a.Actor);