Merge branch 'master' of https://github.com/Regalis11/Barotrauma into develop
This commit is contained in:
@@ -461,7 +461,10 @@ namespace Barotrauma
|
||||
|
||||
Eos.EosAccount.LoginPlatformSpecific();
|
||||
|
||||
initialLoadingThread = new Thread(Load);
|
||||
initialLoadingThread = new Thread(Load)
|
||||
{
|
||||
Name = "Load"
|
||||
};
|
||||
initialLoadingThread.Start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user