mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 22:13:07 +01:00
Remove pointless removal of disabled_widgets bits, they are never set
This commit is contained in:
@@ -897,9 +897,6 @@ namespace OpenRCT2::Ui::Windows
|
||||
disabled_widgets &= ~(1uLL << WIDX_RESOLUTION_LABEL);
|
||||
}
|
||||
|
||||
disabled_widgets &= (1uLL << WIDX_STEAM_OVERLAY_PAUSE);
|
||||
disabled_widgets &= ~(1uLL << WIDX_USE_VSYNC_CHECKBOX);
|
||||
|
||||
SetCheckboxValue(WIDX_UNCAP_FPS_CHECKBOX, Config::Get().general.UncapFPS);
|
||||
SetCheckboxValue(WIDX_USE_VSYNC_CHECKBOX, Config::Get().general.UseVSync);
|
||||
SetCheckboxValue(WIDX_SHOW_FPS_CHECKBOX, Config::Get().general.ShowFPS);
|
||||
|
||||
Reference in New Issue
Block a user