From 78e96050a6ba434e7d79e15a175721c6bfca5bcd Mon Sep 17 00:00:00 2001 From: jay602 <857024709@qq.com> Date: Thu, 27 Dec 2018 18:03:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E8=B4=A6=E5=8F=B7=E5=90=8E?= =?UTF-8?q?=E5=8F=91=E6=B6=88=E6=81=AF=E6=8F=90=E7=A4=BA=E9=9D=9E=E6=B3=95?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E6=A3=80=E6=9F=A5=20#958=20https://github.co?= =?UTF-8?q?m/kbengine/kbengine/issues/958?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KBEMain.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/KBEMain.cs b/KBEMain.cs index f0d3c0d..606113f 100644 --- a/KBEMain.cs +++ b/KBEMain.cs @@ -86,6 +86,7 @@ protected virtual void OnDestroy() KBEngineApp.app.destroy(); KBEngineApp.app = null; } + KBEngine.Event.clear(); MonoBehaviour.print("clientapp::OnDestroy(): end"); }