actually delete the soundManager

This commit is contained in:
darkrose 2015-04-06 02:24:40 +10:00
parent 807b5f4b08
commit 08e8006b26
1 changed files with 3 additions and 0 deletions

View File

@ -1441,6 +1441,9 @@ int main(int argc, char *argv[])
delete input;
if (sound != NULL)
delete sound;
/*
In the end, delete the Irrlicht device.
*/