Skip to content

Commit 8c8856d

Browse files
committed
Improve SoundQueue initialization. #96
1 parent 91a0f63 commit 8c8856d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/shared/desktop/sound_queue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ SoundQueue::SoundQueue()
5353
if (IsRunningInWSL())
5454
{
5555
Debug("SoundQueue: Running in WSL");
56-
SDL_SetHint(SDL_HINT_AUDIODRIVER, "pulseaudio");
56+
SDL_SetHint("SDL_AUDIODRIVER", "pulseaudio");
5757
}
5858
else
5959
{

0 commit comments

Comments
 (0)