set vsync setting to adaptive by default

This commit is contained in:
Teatov 2025-02-28 23:01:42 +10:00
parent dc24478423
commit 5f70784392

View File

@ -19,7 +19,7 @@ const CONFIG_PATH := "user://settings.cfg"
)
fullscreen = value
@export var vsync: DisplayServer.VSyncMode = DisplayServer.VSYNC_DISABLED:
@export var vsync: DisplayServer.VSyncMode = DisplayServer.VSYNC_ADAPTIVE:
set(value):
DisplayServer.window_set_vsync_mode(value)
vsync = value