mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 12:03:04 +00:00
...
This commit is contained in:
parent
30f5c7a4d4
commit
3ace66420e
1 changed files with 2 additions and 2 deletions
|
@ -91,9 +91,9 @@ namespace SanAndreasUnity.Utilities
|
|||
// _thread.Interrupt ();
|
||||
_threadParameters.TellThreadToExit();
|
||||
if (_thread.Join(7000))
|
||||
Debug.LogFormat("Stopped loading thread in {0} ms", sw.Elapsed.TotalMilliseconds);
|
||||
Debug.LogFormat("Stopped background thread in {0} ms", sw.Elapsed.TotalMilliseconds);
|
||||
else
|
||||
Debug.LogError("Failed to stop loading thread");
|
||||
Debug.LogError("Failed to stop background thread");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue