Remove opengl hint

I'm just gonna guess that was accidentally included
This commit is contained in:
Clownacy 2019-02-11 14:57:38 +00:00
parent a235d1c25e
commit 1546e6ed4e

View file

@ -280,7 +280,6 @@ int main(int argc, char *argv[])
}
//Create window
SDL_SetHint(SDL_HINT_RENDER_DRIVER, "opengl");
gWindow = SDL_CreateWindow(lpWindowName, SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, gWindowWidth, gWindowHeight, bFullscreen ? SDL_WINDOW_FULLSCREEN : 0);
if (gWindow)