actually delete the soundManager
This commit is contained in:
parent
807b5f4b08
commit
08e8006b26
|
@ -1441,6 +1441,9 @@ int main(int argc, char *argv[])
|
|||
|
||||
delete input;
|
||||
|
||||
if (sound != NULL)
|
||||
delete sound;
|
||||
|
||||
/*
|
||||
In the end, delete the Irrlicht device.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue