mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 03:03:21 +08:00
Remove deprecated debug setting
This commit is contained in:
parent
7b9937b851
commit
4ad2d0cfb6
@ -22,11 +22,6 @@ namespace osu.Game.Overlays.Settings.Sections.Debug
|
||||
Bindable = frameworkConfig.GetBindable<bool>(FrameworkSetting.ShowLogOverlay)
|
||||
},
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Performance logging",
|
||||
Bindable = config.GetBindable<bool>(DebugSetting.PerformanceLogging)
|
||||
},
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Bypass front-to-back render pass",
|
||||
Bindable = config.GetBindable<bool>(DebugSetting.BypassFrontToBackPass)
|
||||
|
Loading…
Reference in New Issue
Block a user