1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 10:43:04 +08:00

Remove unnecessary IsPresent override

This commit is contained in:
Dean Herbert 2021-08-13 16:33:00 +09:00
parent c1d67976e6
commit da18c399e2

View File

@ -42,12 +42,6 @@ namespace osu.Game.Overlays
protected override Container<Drawable> Content => ContentContainer;
/// <summary>
/// The <see cref="SettingsPanel"/> always needs to be present for <see cref="ContentContainer"/> to process transforms while overlay is masked away.
/// todo: there may be a better solution for this and the existing <see cref="NonMaskedContent"/>, likely requires a refactor.
/// </summary>
public override bool IsPresent => true;
protected Sidebar Sidebar;
private SidebarButton selectedSidebarButton;