From 4624cb942dd62f04ad399785b880144c48edda38 Mon Sep 17 00:00:00 2001 From: Ashish Kushwaha Date: Tue, 22 May 2018 19:36:49 +0530 Subject: [PATCH] Fixed a typo in opengl_methods.bas --- source/subs_functions/extensions/opengl/opengl_methods.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/subs_functions/extensions/opengl/opengl_methods.bas b/source/subs_functions/extensions/opengl/opengl_methods.bas index 76a731cc2..4903aa95a 100644 --- a/source/subs_functions/extensions/opengl/opengl_methods.bas +++ b/source/subs_functions/extensions/opengl/opengl_methods.bas @@ -32,7 +32,7 @@ IF a$ = "GLdouble" THEN b$ = "DOUBLE": symbol$ = "#": typ = DOUBLETYPE - ISPOINT IF a$ = "GLclampd" THEN b$ = "DOUBLE": symbol$ = "#": typ = DOUBLETYPE - ISPOINTER: ctyp$ = "double" 'void -IF a$ = "GLvoid" THEN b$ = "_OFFSET": symbol$ = "&&": typ = OFFSETTYPE - ISPOINTER: ctyp$ = "ptrszint" +IF a$ = "GLvoid" THEN b$ = "_OFFSET": symbol$ = "%&": typ = OFFSETTYPE - ISPOINTER: ctyp$ = "ptrszint" 'typedef unsigned int GLenum; 'typedef unsigned char GLboolean;