Closed h3nnn4n closed 7 years ago
Calling SDL_Init(SDL_INIT_EVERYTHING) is not needed and will fail on some systems that doesn't have all SDL components installed.
SDL_Init(SDL_INIT_EVERYTHING)
Fixed.
Calling
SDL_Init(SDL_INIT_EVERYTHING)
is not needed and will fail on some systems that doesn't have all SDL components installed.