set vsync setting to adaptive by default
This commit is contained in:
parent
dc24478423
commit
5f70784392
@ -19,7 +19,7 @@ const CONFIG_PATH := "user://settings.cfg"
|
|||||||
)
|
)
|
||||||
fullscreen = value
|
fullscreen = value
|
||||||
|
|
||||||
@export var vsync: DisplayServer.VSyncMode = DisplayServer.VSYNC_DISABLED:
|
@export var vsync: DisplayServer.VSyncMode = DisplayServer.VSYNC_ADAPTIVE:
|
||||||
set(value):
|
set(value):
|
||||||
DisplayServer.window_set_vsync_mode(value)
|
DisplayServer.window_set_vsync_mode(value)
|
||||||
vsync = value
|
vsync = value
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user