mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Convert everything to use IScreen
This commit is contained in:
@ -44,7 +44,7 @@ namespace osu.Game.Overlays.AccountCreation
|
||||
{
|
||||
this.api = api;
|
||||
|
||||
Children = new Drawable[]
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
new FillFlowContainer
|
||||
{
|
||||
@ -143,7 +143,7 @@ namespace osu.Game.Overlays.AccountCreation
|
||||
focusNextTextbox();
|
||||
}
|
||||
|
||||
protected override void OnEntering(Screen last)
|
||||
public override void OnEntering(IScreen last)
|
||||
{
|
||||
base.OnEntering(last);
|
||||
processingOverlay.Hide();
|
||||
|
Reference in New Issue
Block a user