Skip to content

Commit

Permalink
Temp disable audio
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom committed Feb 15, 2025
1 parent da3e0ce commit 62b4644
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 @@ -96,7 +96,7 @@ int main(int argc, char **argv) {
}
}

if (!SDL_Init(SDL_INIT_VIDEO | SDL_INIT_AUDIO)) {
if (!SDL_Init(SDL_INIT_VIDEO)) {
std::cerr << "SDL could not initialize! SDL_Error: " << SDL_GetError() << std::endl;
return 1;
}
Expand Down

0 comments on commit 62b4644

Please sign in to comment.