Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Windows please stop
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Feb 25, 2024
1 parent b41c334 commit 602fe4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ int main(int, char**)
/ std::filesystem::path("disconnect.wav");

if (std::filesystem::exists(soundPath)) {
auto* ret = SDL_LoadWAV(soundPath.c_str(),
auto* ret = SDL_LoadWAV(soundPath.string().c_str(),
&vector_audio::shared::pDisconnectSoundWavSpec,
&vector_audio::shared::pDisconnectSoundWavBuffer,
&vector_audio::shared::pDisconnectSoundWavLength);
Expand Down

0 comments on commit 602fe4c

Please sign in to comment.