We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1627fd commit b1b0bfeCopy full SHA for b1b0bfe
1 file changed
src/sdlengine.h
@@ -8,7 +8,7 @@ struct SDLEngine
8
{
9
SDLEngine()
10
11
- if (SDL_Init(SDL_INIT_EVERYTHING) != 0) {
+ if (SDL_Init(SDL_INIT_VIDEO) != 0) {
12
throw std::runtime_error("SDL_Init");
13
}
14
if (SDL_ShowCursor(SDL_DISABLE) < 0) {
0 commit comments