Add more sounds internally

This commit is contained in:
Modnark
2022-10-11 22:34:36 -04:00
parent af5c31d5d0
commit d32b0ea4e4
10 changed files with 64 additions and 10 deletions

View File

@@ -130,6 +130,8 @@ Application::Application(HWND parentWindow) : _propWindow(NULL) { //: GApp(setti
return;
}
AudioPlayer::init();
_window = renderDevice->window();
_window->makeCurrent();