Re-applied multiple fixs
This commit is contained in:
@@ -303,10 +303,10 @@ namespace Barotrauma
|
|||||||
sw.Restart();
|
sw.Restart();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Parallel.ForEach(submarines, parallelOptions, sub =>
|
foreach(Submarine sub in submarines)
|
||||||
{
|
{
|
||||||
sub.Update((float)deltaTime);
|
sub.Update((float)deltaTime);
|
||||||
});
|
}
|
||||||
|
|
||||||
#if CLIENT
|
#if CLIENT
|
||||||
sw.Stop();
|
sw.Stop();
|
||||||
|
|||||||
Reference in New Issue
Block a user