stopAudio()

This commit is contained in:
Andrew 2023-06-25 01:42:21 +03:00
parent e92e19757c
commit cefd2151d0
1 changed files with 0 additions and 2 deletions

View File

@ -1188,8 +1188,6 @@ bool InitializeWindow(HINSTANCE hInstance) {
ShowWindow(hMainWindow, SW_SHOW);
UpdateWindow(hMainWindow);
stopAudio();
MSG uMessage;
while(GetMessageW(&uMessage, nullptr, 0, 0)) {