mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Add back the sample into OsuContextMenu
This commit is contained in:
parent
59ff549b4d
commit
22ab6f577c
@ -17,6 +17,11 @@ namespace osu.Game.Graphics.Cursor
|
||||
|
||||
protected override Menu CreateMenu() => menu = new OsuContextMenu(true);
|
||||
|
||||
public OsuContextMenuContainer()
|
||||
{
|
||||
AddInternal(samples);
|
||||
}
|
||||
|
||||
public void CloseMenu()
|
||||
{
|
||||
menu.Close();
|
||||
|
Loading…
Reference in New Issue
Block a user