From 0c6044491e94d622e38c6de166e5411f8c21824e Mon Sep 17 00:00:00 2001 From: Nomango <569629550@qq.com> Date: Mon, 9 Jul 2018 13:05:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=AA=E9=94=80=E6=AF=81In?= =?UTF-8?q?putManager=E5=AE=9E=E4=BE=8B=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/Base/GC.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Base/GC.cpp b/core/Base/GC.cpp index dc200fa3..2d2d0780 100644 --- a/core/Base/GC.cpp +++ b/core/Base/GC.cpp @@ -57,6 +57,7 @@ e2d::GC::~GC() Player::destroyInstance(); SceneManager::destroyInstance(); ActionManager::destroyInstance(); + InputManager::destroyInstance(); CollisionManager::destroyInstance(); }