mirror of
https://github.com/ppy/osu.git
synced 2026-06-09 06:13:43 +08:00
Add a mention of why StartHidden is required
This commit is contained in:
@@ -95,6 +95,8 @@ namespace osu.Game.Overlays.Dialog
|
||||
}
|
||||
}
|
||||
|
||||
// We always want dialogs to show their appear animation, so we request they start hidden.
|
||||
// Normally this would not be required, but is here due to the manual Show() call that occurs before LoadComplete().
|
||||
protected override bool StartHidden => true;
|
||||
|
||||
protected PopupDialog()
|
||||
|
||||
Reference in New Issue
Block a user