mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
make destroy try its best to close sound and music
This commit is contained in:
parent
9cfd950c15
commit
548fc1df71
1 changed files with 3 additions and 0 deletions
|
|
@ -277,6 +277,9 @@ public class FMOD {
|
|||
return;
|
||||
}
|
||||
|
||||
FSound.FSOUND_Close();
|
||||
FMusic.FMUSIC_StopAllSongs();
|
||||
|
||||
created = false;
|
||||
nDestroy();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue