mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
sync-flip true by default for now
This commit is contained in:
parent
af21534823
commit
f14da8954a
@ -81,7 +81,7 @@ ConfigVariableBool auto_flip
|
|||||||
"is achieved in parallel with the graphics card."));
|
"is achieved in parallel with the graphics card."));
|
||||||
|
|
||||||
ConfigVariableBool sync_flip
|
ConfigVariableBool sync_flip
|
||||||
("sync-flip", false,
|
("sync-flip", true,
|
||||||
PRC_DESC("Set this true to attempt to flip all windows at the same time, "
|
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 "
|
"or false to flip each window as late as possible. Setting this "
|
||||||
"false can improve parallelization. This is a temporary "
|
"false can improve parallelization. This is a temporary "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user