Skip to content

Commit e73ac16

Browse files
authored
Merge pull request #910 from PotatoOfDoom/master
Fix "Disable VSync" settings description
2 parents ea9a146 + 4ba1da2 commit e73ac16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/overlay/widgets/Settings.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ void Settings::OnUpdate()
7878
UpdateAndDrawSetting(
7979
"Disable Boundary Teleport", "Allows players to access out-of-bounds locations (requires restart to take effect).", m_patches.DisableBoundaryTeleport,
8080
patchesSettings.DisableBoundaryTeleport);
81-
UpdateAndDrawSetting("Disable V-Sync (Windows 7 only)", " (requires restart to take effect).", m_patches.DisableWin7Vsync, patchesSettings.DisableWin7Vsync);
81+
UpdateAndDrawSetting("Disable V-Sync (Windows 7 only)", "Disables VSync on Windows 7 to bypass the 60 FPS limit (requires restart to take effect).", m_patches.DisableWin7Vsync, patchesSettings.DisableWin7Vsync);
8282
UpdateAndDrawSetting(
83-
"Fix Minimap Flicker", "Disables VSync on Windows 7 to bypass the 60 FPS limit (requires restart to take effect).", m_patches.MinimapFlicker,
83+
"Fix Minimap Flicker", "Fixes Minimap flicker caused by some mods (requires restart to take effect).", m_patches.MinimapFlicker,
8484
patchesSettings.MinimapFlicker);
8585

8686
ImGui::EndTable();

0 commit comments

Comments
 (0)