Don't enable adaptive vsync by default
This commit is contained in:
parent
d5a1ce272c
commit
9fd580e5de
|
@ -148,7 +148,7 @@ static const bool vsync = true;
|
|||
|
||||
static const unsigned max_swapchain_images = 3;
|
||||
|
||||
static const bool adaptive_vsync = true;
|
||||
static const bool adaptive_vsync = false;
|
||||
|
||||
/* Attempts to hard-synchronize CPU and GPU.
|
||||
* Can reduce latency at cost of performance. */
|
||||
|
|
Loading…
Reference in New Issue