1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 22:07:28 +08:00

Merge pull request #804 from peppy/debug-config-rename

FrameworkDebugConfig -> DebugSetting
This commit is contained in:
Dean Herbert 2017-05-20 01:44:40 +09:00 committed by GitHub
commit 5d818620c9
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit f8e5b10f6883af83ffbc431b03fe4ee3e89797a6
Subproject commit 4c765717846fef9a141800782a5a968c2bc3a278

View File

@ -22,7 +22,7 @@ namespace osu.Game.Overlays.Settings.Sections.Debug
new SettingsEnumDropdown<GCLatencyMode>
{
LabelText = "Active mode",
Bindable = config.GetBindable<GCLatencyMode>(FrameworkDebugConfig.ActiveGCMode)
Bindable = config.GetBindable<GCLatencyMode>(DebugSetting.ActiveGCMode)
},
new OsuButton
{

View File

@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Settings.Sections.Debug
new SettingsCheckbox
{
LabelText = "Bypass caching",
Bindable = config.GetBindable<bool>(FrameworkDebugConfig.BypassCaching)
Bindable = config.GetBindable<bool>(DebugSetting.BypassCaching)
},
new SettingsCheckbox
{