Skip to content

Commit 5696609

Browse files
authoredDec 27, 2018
Merge pull request #28 from jay602/master
切换账号后发消息提示非法问题检查 #958
2 parents 60d66c1 + 78e9605 commit 5696609

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎KBEMain.cs

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ protected virtual void OnDestroy()
8686
KBEngineApp.app.destroy();
8787
KBEngineApp.app = null;
8888
}
89+
KBEngine.Event.clear();
8990
MonoBehaviour.print("clientapp::OnDestroy(): end");
9091
}
9192

0 commit comments

Comments
 (0)
Please sign in to comment.