修复未销毁Input实例的BUG
This commit is contained in:
parent
2eaa3814c5
commit
580278e869
|
|
@ -9,6 +9,7 @@ e2d::GC::~GC()
|
|||
// 删除所有单例
|
||||
Game::destroyInstance();
|
||||
Renderer::destroyInstance();
|
||||
Input::destroyInstance();
|
||||
Window::destroyInstance();
|
||||
Player::destroyInstance();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue