Explorar o código

Fixed returning incorrect type.

woollybah %!s(int64=7) %!d(string=hai) anos
pai
achega
229265045f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      sdlvideo.mod/sdlvideo.bmx

+ 1 - 1
sdlvideo.mod/sdlvideo.bmx

@@ -403,7 +403,7 @@ Type TSDLWindow
 	not available by default. Those functions must be loaded at run-time, either with an OpenGL extension-handling
 	library or with #GLGetProcAddress() and its related functions.
 	End Rem
-	Method GLCreateContext:Byte Ptr()
+	Method GLCreateContext:TSDLGLContext()
 		Return TSDLGLContext._create(SDL_GL_CreateContext(windowPtr))
 	End Method