mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 18:54:02 +00:00
[client] set default opengl:vsync=off
This makes it consistent with the EGL renderer.
This commit is contained in:

committed by
Geoffrey McRae

parent
012ac950ac
commit
bc2f26b86d
@@ -62,7 +62,7 @@ static struct Option opengl_options[] =
|
||||
.name = "vsync",
|
||||
.description = "Enable vsync",
|
||||
.type = OPTION_TYPE_BOOL,
|
||||
.value.x_bool = true
|
||||
.value.x_bool = false
|
||||
},
|
||||
{
|
||||
.module = "opengl",
|
||||
|
Reference in New Issue
Block a user