diff --git a/RecastDemo/Source/main.cpp b/RecastDemo/Source/main.cpp index 270c2af..1a31e75 100644 --- a/RecastDemo/Source/main.cpp +++ b/RecastDemo/Source/main.cpp @@ -127,7 +127,6 @@ int main(int /*argc*/, char** /*argv*/) } SDL_SetWindowPosition(window, SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED); - SDL_GL_CreateContext(window); if (!imguiRenderGLInit("DroidSans.ttf")) {