This commit is contained in:
Chris Forbes
2010-12-27 14:41:11 +13:00
parent 4a94cf656b
commit f3997ba3bd

View File

@@ -75,7 +75,7 @@ namespace OpenRA
public IEnumerable<TraitPair<T>> ActorsWithTraitMultiple<T>( World world )
{
return ( (TraitContainer<T>)InnerGet( typeof( T ) ) ).All();//.Where( x => x.Actor.IsInWorld );
return ( (TraitContainer<T>)InnerGet( typeof( T ) ) ).All();
}
public void RemoveActor( Actor a )