Преглед изворни кода

Fixed GL 4.5 version detection

master
saschawillems пре 11 година
родитељ
комит
993e55390b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      dglOpenGL.pas

+ 1
- 1
dglOpenGL.pas Прегледај датотеку

@@ -19400,7 +19400,7 @@ begin
GL_VERSION_4_3 := True;
if MinorVersion >= 4 then
GL_VERSION_4_4 := True;
if MinorVersion >= 4 then
if MinorVersion >= 5 then
GL_VERSION_4_5:= True;
end;



Loading…
Откажи
Сачувај