mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-01-03 16:13:25 +08:00
Add a null check
This commit is contained in:
parent
6f44a3376b
commit
af7e32ec49
@ -55,7 +55,7 @@ namespace UnityExplorer.Config
|
|||||||
InternalHandler.LoadConfig();
|
InternalHandler.LoadConfig();
|
||||||
|
|
||||||
#if STANDALONE
|
#if STANDALONE
|
||||||
Loader.Standalone.ExplorerEditorBehaviour.Instance.LoadConfigs();
|
Loader.Standalone.ExplorerEditorBehaviour.Instance?.LoadConfigs();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//InitConsoleCallback();
|
//InitConsoleCallback();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user