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

Update to use OsuPopover implementation

This commit is contained in:
Dean Herbert 2021-07-14 23:55:46 +09:00
parent b5dd9403b1
commit cc09a8b5ba

View File

@ -23,6 +23,7 @@ using osu.Game.Graphics;
using osu.Game.Graphics.Containers;
using osu.Game.Graphics.Sprites;
using osu.Game.Graphics.UserInterface;
using osu.Game.Graphics.UserInterfaceV2;
using osu.Game.Input.Bindings;
using osu.Game.Online.Rooms;
using osu.Game.Screens.OnlinePlay.Components;
@ -345,7 +346,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
}
}
public class PasswordEntryPopover : BasicPopover
public class PasswordEntryPopover : OsuPopover
{
private readonly Room room;