mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 06:34:16 +00:00
...
This commit is contained in:
parent
e5cadf8c53
commit
51f17a6229
1 changed files with 0 additions and 2 deletions
|
@ -52,8 +52,6 @@ namespace SanAndreasUnity.Editor
|
|||
while (Loader.IsLoading)
|
||||
yield return null;
|
||||
|
||||
// TODO: dialog is shown when loading completes, it will block Editor ...
|
||||
|
||||
if (!Loader.HasLoaded)
|
||||
throw new Exception("Loader did not finish successfully");
|
||||
|
||||
|
|
Loading…
Reference in a new issue