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.
1 parent 21d5e23 commit 784805bCopy full SHA for 784805b
KBEMain.cs
@@ -80,6 +80,7 @@ void OnDestroy()
80
if (KBEngineApp.app != null)
81
{
82
KBEngineApp.app.destroy();
83
+ KBEngineApp.app = null;
84
}
85
MonoBehaviour.print("clientapp::OnDestroy(): end");
86
0 commit comments