diff --git a/src/posix/sdl/sdlglvideo.cpp b/src/posix/sdl/sdlglvideo.cpp index efd870817..8efb73acb 100644 --- a/src/posix/sdl/sdlglvideo.cpp +++ b/src/posix/sdl/sdlglvideo.cpp @@ -359,7 +359,7 @@ SDLVideo::SDLVideo () } else if (Priv::softpolyEnabled) { - Priv::CreateWindow(SDL_WINDOW_HIDDEN); + Priv::CreateWindow(SDL_WINDOW_HIDDEN | SDL_WINDOW_OPENGL); } #endif }