This commit is contained in:
in0finite 2022-03-24 19:51:45 +01:00
parent e5cadf8c53
commit 51f17a6229

View file

@ -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");