1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 19:03:08 +08:00

Update performance logging setting

This commit is contained in:
Dean Herbert 2019-11-22 19:50:30 +09:00
parent c2e85a2057
commit d0002cc1c2

View File

@ -24,7 +24,7 @@ namespace osu.Game.Overlays.Settings.Sections.Debug
new SettingsCheckbox new SettingsCheckbox
{ {
LabelText = "Performance logging", LabelText = "Performance logging",
Bindable = frameworkConfig.GetBindable<bool>(FrameworkSetting.PerformanceLogging) Bindable = config.GetBindable<bool>(DebugSetting.PerformanceLogging)
}, },
new SettingsCheckbox new SettingsCheckbox
{ {