From 1546e6ed4e74f0e9b353d5f82b8ed0d7b1f56856 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Mon, 11 Feb 2019 14:57:38 +0000 Subject: [PATCH] Remove opengl hint I'm just gonna guess that was accidentally included --- src/Main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Main.cpp b/src/Main.cpp index ef45bc4c..326b9a4c 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -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)