mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 02:30:06 +08:00
Add back the sample into OsuContextMenu
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user