瀏覽代碼

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…
取消
儲存