IsBackground on thread.

This commit is contained in:
Bob
2009-11-16 20:11:21 +13:00
parent 4c2171997f
commit 43c993e53d

View File

@@ -181,7 +181,8 @@ namespace OpenRa.Game
ret.Add( Order.Deserialize( reader, first ) );
}
}
} ).Start();
} ) { IsBackground = true }.Start();
}
public List<Order> OrdersForFrame( int currentFrame )