Skip to content

Commit

Permalink
stopAudio()
Browse files Browse the repository at this point in the history
  • Loading branch information
Endermanch committed Jun 24, 2023
1 parent e92e197 commit cefd215
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1188,8 +1188,6 @@ bool InitializeWindow(HINSTANCE hInstance) {
ShowWindow(hMainWindow, SW_SHOW);
UpdateWindow(hMainWindow);

stopAudio();

MSG uMessage;

while(GetMessageW(&uMessage, nullptr, 0, 0)) {
Expand Down

0 comments on commit cefd215

Please sign in to comment.