소스 검색

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