1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:52:54 +08:00

Add back LoadComplete override

This commit is contained in:
Salman Ahmed 2021-07-10 17:57:52 +03:00
parent 0223c569df
commit c44558e3c8

View File

@ -78,6 +78,12 @@ namespace osu.Game.Overlays
};
}
protected override void LoadComplete()
{
base.LoadComplete();
UpdateState();
}
public LocalisableString TooltipText => "revert to default";
protected override bool OnHover(HoverEvent e)