瀏覽代碼

Disable debug mode for wgl context

Nikita Tsukanov 5 年之前
父節點
當前提交
abc540b5a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Windows/Avalonia.Win32/OpenGl/WglDisplay.cs

+ 1 - 1
src/Windows/Avalonia.Win32/OpenGl/WglDisplay.cs

@@ -147,7 +147,7 @@ namespace Avalonia.Win32.OpenGl
                             // core profile
                             WGL_CONTEXT_PROFILE_MASK_ARB, 1, 
                             // debug 
-                            WGL_CONTEXT_FLAGS_ARB, 1,
+                            // WGL_CONTEXT_FLAGS_ARB, 1,
                             // end
                             0, 0
                         });