cargo: support for actors being removed from the world, but not dying
This commit is contained in:
@@ -27,7 +27,7 @@ namespace OpenRa.Game.Orders
|
||||
|
||||
public void Tick()
|
||||
{
|
||||
selection.RemoveAll(a => a.IsDead);
|
||||
selection.RemoveAll(a => !a.IsInWorld);
|
||||
}
|
||||
|
||||
public void Render()
|
||||
|
||||
Reference in New Issue
Block a user