瀏覽代碼

Graph: Turn off single buffer

Arthur Yefimov 3 年之前
父節點
當前提交
1256880234
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Graph.Mod

+ 1 - 1
src/Graph.Mod

@@ -846,7 +846,7 @@ BEGIN isCurTarget := target = W;
   IF software IN W.options THEN n := 0 ELSE n := 1 END;
   Al.set_new_display_option(Al.renderMethod, n, Al.suggest);
   Al.set_new_display_option(Al.vsync, 2(*off*), Al.suggest);
-  Al.set_new_display_option(Al.singleBuffer, 1, Al.suggest);
+  (*Al.set_new_display_option(Al.singleBuffer, 1, Al.suggest);*)
   IF smooth IN W.options THEN n := 1;
     Al.set_new_display_option(Al.samples, 8, Al.suggest)
   ELSE n := 0