From 2572336a9c86ba7bdf9fcb14eba594199387fa10 Mon Sep 17 00:00:00 2001 From: Madis Otenurm Date: Thu, 17 Nov 2022 22:32:08 +0200 Subject: [PATCH] change: Add Adaptive VSync warning (#251) * Update en_us.json * Update en_us.json --- src/main/resources/assets/sodium-extra/lang/en_us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/sodium-extra/lang/en_us.json b/src/main/resources/assets/sodium-extra/lang/en_us.json index 4188b56b..9dfeb635 100644 --- a/src/main/resources/assets/sodium-extra/lang/en_us.json +++ b/src/main/resources/assets/sodium-extra/lang/en_us.json @@ -281,7 +281,7 @@ "sodium-extra.option.tutorial_toast": "Tutorial Toasts", "sodium-extra.option.tutorial_toast.tooltip": "If enabled, tutorial popups will be displayed.", "sodium-extra.option.use_adaptive_sync.name": "Adaptive", - "sodium-extra.option.use_adaptive_sync.tooltip": "If enabled, V-Sync will be able to swap mid-frame and disable itself at times, usually notably helping responsiveness.", + "sodium-extra.option.use_adaptive_sync.tooltip": "If enabled, V-Sync will be able to swap mid-frame and disable itself at times, usually notably helping responsiveness. May cause issues with some GPU drivers.", "sodium-extra.option.use_fast_random": "Use Fast Random", "sodium-extra.option.use_fast_random.tooltip": "If enabled, a fast random function will be used for block rendering. This can affect the rotation of randomly rotated textures when compared to vanilla.", "sodium-extra.overlay.coordinates": "X: %s, Y: %s, Z: %s",