diff --git a/.gitignore b/.gitignore index 54c4271c..0e73a570 100644 --- a/.gitignore +++ b/.gitignore @@ -63,6 +63,7 @@ $RECYCLE.BIN/ # Visual Studio Code project .vscode/* +.idea/* example_output/* Assets/MyAWSCredentials.asset* \ No newline at end of file diff --git a/Assets/UXF/Scripts/Etc/ReorderableInspector/Editor/ReorderableArrayInspector.cs b/Assets/UXF/Scripts/Etc/ReorderableInspector/Editor/ReorderableArrayInspector.cs index 7f15b102..fac3c7ff 100644 --- a/Assets/UXF/Scripts/Etc/ReorderableInspector/Editor/ReorderableArrayInspector.cs +++ b/Assets/UXF/Scripts/Etc/ReorderableInspector/Editor/ReorderableArrayInspector.cs @@ -62,7 +62,7 @@ private static void HandleScriptReload() { FORCE_INIT = true; - EditorApplication.delayCall = () => { EditorApplication.delayCall = () => { FORCE_INIT = false; }; }; + EditorApplication.delayCall += () => { EditorApplication.delayCall += () => { FORCE_INIT = false; }; }; } private static GUIStyle styleHighlight;