mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Add setting to bypass front-to-back
This commit is contained in:
@ -31,6 +31,11 @@ namespace osu.Game.Overlays.Settings.Sections.Debug
|
|||||||
LabelText = "Bypass caching (slow)",
|
LabelText = "Bypass caching (slow)",
|
||||||
Bindable = config.GetBindable<bool>(DebugSetting.BypassCaching)
|
Bindable = config.GetBindable<bool>(DebugSetting.BypassCaching)
|
||||||
},
|
},
|
||||||
|
new SettingsCheckbox
|
||||||
|
{
|
||||||
|
LabelText = "Bypass front-to-back render pass",
|
||||||
|
Bindable = config.GetBindable<bool>(DebugSetting.BypassFrontToBackPass)
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user