mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
WIP menu cursor.
This commit is contained in:
@ -137,7 +137,7 @@ namespace osu.Game
|
||||
{
|
||||
Children = new[]
|
||||
{
|
||||
Cursor = new OsuCursorContainer { Depth = float.MinValue }
|
||||
Cursor = new MenuCursor { Depth = float.MinValue }
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user