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(); }