diff --git a/osu-framework b/osu-framework index f8e5b10f68..4c76571784 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit f8e5b10f6883af83ffbc431b03fe4ee3e89797a6 +Subproject commit 4c765717846fef9a141800782a5a968c2bc3a278 diff --git a/osu.Game/Overlays/Settings/Sections/Debug/GCSettings.cs b/osu.Game/Overlays/Settings/Sections/Debug/GCSettings.cs index 29b96a59c2..0a32b50809 100644 --- a/osu.Game/Overlays/Settings/Sections/Debug/GCSettings.cs +++ b/osu.Game/Overlays/Settings/Sections/Debug/GCSettings.cs @@ -22,7 +22,7 @@ namespace osu.Game.Overlays.Settings.Sections.Debug new SettingsEnumDropdown { LabelText = "Active mode", - Bindable = config.GetBindable(FrameworkDebugConfig.ActiveGCMode) + Bindable = config.GetBindable(DebugSetting.ActiveGCMode) }, new OsuButton { diff --git a/osu.Game/Overlays/Settings/Sections/Debug/GeneralSettings.cs b/osu.Game/Overlays/Settings/Sections/Debug/GeneralSettings.cs index c0ee478b37..c042aeb19b 100644 --- a/osu.Game/Overlays/Settings/Sections/Debug/GeneralSettings.cs +++ b/osu.Game/Overlays/Settings/Sections/Debug/GeneralSettings.cs @@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Settings.Sections.Debug new SettingsCheckbox { LabelText = "Bypass caching", - Bindable = config.GetBindable(FrameworkDebugConfig.BypassCaching) + Bindable = config.GetBindable(DebugSetting.BypassCaching) }, new SettingsCheckbox {