diff --git a/src/main.cpp b/src/main.cpp index db75728..c6ac2a6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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; }