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

git-svn-id: trunk@45796 -
This commit is contained in:
michael 2020-07-16 07:48:25 +00:00
parent 0c8103b3a1
commit 6ae07f6046

View File

@ -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;