We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbeeb77 + fdc98b5 commit eb80232Copy full SHA for eb80232
.gitignore
@@ -63,6 +63,7 @@ $RECYCLE.BIN/
63
64
# Visual Studio Code project
65
.vscode/*
66
+.idea/*
67
example_output/*
68
69
Assets/MyAWSCredentials.asset*
Assets/UXF/Scripts/Etc/ReorderableInspector/Editor/ReorderableArrayInspector.cs
@@ -62,7 +62,7 @@ private static void HandleScriptReload()
62
{
FORCE_INIT = true;
- EditorApplication.delayCall = () => { EditorApplication.delayCall = () => { FORCE_INIT = false; }; };
+ EditorApplication.delayCall += () => { EditorApplication.delayCall += () => { FORCE_INIT = false; }; };
}
private static GUIStyle styleHighlight;
0 commit comments