mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 15:02:39 +00:00
- allow SDL to use OpenGL acceleration for polybackend
This commit is contained in:
parent
dd87619cc4
commit
c646478aa0
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ SDLVideo::SDLVideo ()
|
|||
}
|
||||
else if (Priv::softpolyEnabled)
|
||||
{
|
||||
Priv::CreateWindow(SDL_WINDOW_HIDDEN);
|
||||
Priv::CreateWindow(SDL_WINDOW_HIDDEN | SDL_WINDOW_OPENGL);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue