remove shutdown

This commit is contained in:
scawful
2024-05-30 18:18:39 -04:00
parent 18769163a2
commit d9261464eb
3 changed files with 0 additions and 22 deletions

View File

@@ -260,7 +260,6 @@ void Controller::DoRender() const {
}
void Controller::OnExit() {
master_editor_.Shutdown();
if (flags()->kLoadAudioDevice) {
SDL_PauseAudioDevice(audio_device_, 1);
SDL_CloseAudioDevice(audio_device_);