mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix depth values.
This commit is contained in:
@ -83,7 +83,7 @@ namespace osu.Game
|
||||
{
|
||||
Children = new[]
|
||||
{
|
||||
Cursor = new OsuCursorContainer { Depth = float.MaxValue }
|
||||
Cursor = new OsuCursorContainer { Depth = float.MinValue }
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user