Refactor single-thread worker
Re-parallel Hull Update Use new gap shaffle algorithm
This commit is contained in:
@@ -93,6 +93,7 @@ namespace Barotrauma
|
||||
private static bool hasShutDown = false;
|
||||
private static void ShutDown()
|
||||
{
|
||||
SingleThreadWorker.Instance.Dispose();
|
||||
if (hasShutDown) { return; }
|
||||
hasShutDown = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user