Browse Source

Graph: Turn off single buffer

Arthur Yefimov 3 years ago
parent
commit
1256880234
1 changed files with 1 additions and 1 deletions
  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