mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
Clear GhostshipGui and context on GameEngine::Destroy()
This commit is contained in:
@@ -340,6 +340,8 @@ void GameEngine::Create() {
|
||||
}
|
||||
|
||||
void GameEngine::Destroy() {
|
||||
GhostshipGui::Destroy();
|
||||
Instance->context = nullptr;
|
||||
AudioExit();
|
||||
#ifdef __SWITCH__
|
||||
Ship::Switch::Exit();
|
||||
|
||||
Reference in New Issue
Block a user