From cefd2151d01b8549b7072b232ff4c7f3f87a081a Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 25 Jun 2023 01:42:21 +0300 Subject: [PATCH] stopAudio() --- src/windows.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/windows.cpp b/src/windows.cpp index 9aa87a4..53ce9ce 100644 --- a/src/windows.cpp +++ b/src/windows.cpp @@ -1188,8 +1188,6 @@ bool InitializeWindow(HINSTANCE hInstance) { ShowWindow(hMainWindow, SW_SHOW); UpdateWindow(hMainWindow); - stopAudio(); - MSG uMessage; while(GetMessageW(&uMessage, nullptr, 0, 0)) {