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:
parent
c1d67976e6
commit
da18c399e2
@ -42,12 +42,6 @@ namespace osu.Game.Overlays
|
|||||||
|
|
||||||
protected override Container<Drawable> Content => ContentContainer;
|
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;
|
protected Sidebar Sidebar;
|
||||||
private SidebarButton selectedSidebarButton;
|
private SidebarButton selectedSidebarButton;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user