Fix AudioServer::finish not getting called while quitting
This commit is contained in:
parent
6dd1cdc9db
commit
3180827387
2 changed files with 3 additions and 1 deletions
|
|
@ -1704,6 +1704,7 @@ void Main::cleanup() {
|
|||
#endif
|
||||
|
||||
if (audio_server) {
|
||||
audio_server->finish();
|
||||
memdelete(audio_server);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue