Skip to content

Commit

Permalink
Update Settings.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
WSSDude authored Apr 4, 2024
1 parent 1cba78f commit 4ba1da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overlay/widgets/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void Settings::OnUpdate()
patchesSettings.DisableBoundaryTeleport);
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);
UpdateAndDrawSetting(
"Fix Minimap Flicker", "Fixes the flickering Minimap (requires restart to take effect).", m_patches.MinimapFlicker,
"Fix Minimap Flicker", "Fixes Minimap flicker caused by some mods (requires restart to take effect).", m_patches.MinimapFlicker,
patchesSettings.MinimapFlicker);

ImGui::EndTable();
Expand Down

0 comments on commit 4ba1da2

Please sign in to comment.