From 79ae4e3eb2af3331d4624db5eaa88df5718d6760 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Sun, 17 May 2020 06:19:25 -0700 Subject: [PATCH] SDL_GL_CreateContext name fix --- BeefLibs/SDL2/src/SDL2.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeefLibs/SDL2/src/SDL2.bf b/BeefLibs/SDL2/src/SDL2.bf index 2374b3ec..08e23ceb 100644 --- a/BeefLibs/SDL2/src/SDL2.bf +++ b/BeefLibs/SDL2/src/SDL2.bf @@ -810,7 +810,7 @@ namespace SDL2 } /* IntPtr and window refer to an SDL_GLContext and SDL_Window* */ - [LinkName("SDL_GLContext")] + [LinkName("SDL_GL_CreateContext")] public static extern SDL_GLContext GL_CreateContext(Window* window); /* context refers to an SDL_GLContext */