浏览代码

sync-flip true by default for now

David Rose 18 年之前
父节点
当前提交
f14da8954a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      panda/src/display/config_display.cxx

+ 1 - 1
panda/src/display/config_display.cxx

@@ -81,7 +81,7 @@ ConfigVariableBool auto_flip
           "is achieved in parallel with the graphics card."));
 
 ConfigVariableBool sync_flip
-("sync-flip", false,
+("sync-flip", true,
  PRC_DESC("Set this true to attempt to flip all windows at the same time, "
           "or false to flip each window as late as possible.  Setting this "
           "false can improve parallelization.  This is a temporary "