From 580278e8692c5340358805d193c6fb144d600a64 Mon Sep 17 00:00:00 2001 From: Nomango <569629550@qq.com> Date: Wed, 4 Jul 2018 15:34:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=AA=E9=94=80=E6=AF=81In?= =?UTF-8?q?put=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 a4cfc706..c6a85d38 100644 --- a/core/Base/GC.cpp +++ b/core/Base/GC.cpp @@ -9,6 +9,7 @@ e2d::GC::~GC() // ɾ³ýËùÓе¥Àý Game::destroyInstance(); Renderer::destroyInstance(); + Input::destroyInstance(); Window::destroyInstance(); Player::destroyInstance(); }