From 62fcb7e0421478fa2b016f9b65f0273949da20c8 Mon Sep 17 00:00:00 2001 From: Vladislav Belov Date: Mon, 8 Jun 2026 18:27:12 +0200 Subject: [PATCH] Removes requirement to restart the game for V-Sync --- binaries/data/mods/public/gui/options/options.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries/data/mods/public/gui/options/options.json b/binaries/data/mods/public/gui/options/options.json index 23798b8e00..eff6445cc0 100644 --- a/binaries/data/mods/public/gui/options/options.json +++ b/binaries/data/mods/public/gui/options/options.json @@ -104,7 +104,7 @@ { "type": "boolean", "label": "VSync", - "tooltip": "Run vertical sync to fix screen tearing. REQUIRES GAME RESTART", + "tooltip": "Run vertical sync to fix screen tearing.", "config": "vsync" }, {