浏览代码

* Fix bug ID #37368: incorrect chaining of loading versions >1.2

git-svn-id: trunk@45796 -
michael 5 年之前
父节点
当前提交
6ae07f6046
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/opengl/src/glext.pp

+ 1 - 0
packages/opengl/src/glext.pp

@@ -5393,6 +5393,7 @@ begin
   if not Assigned(glCompressedTexSubImage1D) then allOK := false;
   glGetCompressedTexImage := wglGetProcAddress('glGetCompressedTexImage');
   if not Assigned(glGetCompressedTexImage) then allOK := false;
+  Load_GL_version_1_2x(allOK);
 end;
 
 function Load_GL_version_1_3: boolean;