mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 02:31:18 +08:00
Remove deprecated debug setting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user