浏览代码

Merge remote-tracking branch 'origin/feature/FormattedTextPort' into feature/FormattedTextPort

Benedikt Stebner 3 年之前
父节点
当前提交
fd06b09610
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Avalonia.OpenGL/Egl/EglContext.cs

+ 1 - 1
src/Avalonia.OpenGL/Egl/EglContext.cs

@@ -82,7 +82,7 @@ namespace Avalonia.OpenGL.Egl
             finally
             {
                 if(!success)
-                    Monitor.Enter(_lock);
+                    Monitor.Exit(_lock);
             }
         }