修复未销毁Input实例的BUG

This commit is contained in:
Nomango 2018-07-04 15:34:16 +08:00
parent 2eaa3814c5
commit 580278e869
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ e2d::GC::~GC()
// 删除所有单例
Game::destroyInstance();
Renderer::destroyInstance();
Input::destroyInstance();
Window::destroyInstance();
Player::destroyInstance();
}