mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Use the framework's new AlwaysPresent switch instead of setting the alpha to 0.01.
This commit is contained in:
@ -72,7 +72,8 @@ namespace osu.Game.Graphics.Cursor
|
||||
new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Alpha = 0.01f,
|
||||
Alpha = 0,
|
||||
AlwaysPresent = true,
|
||||
},
|
||||
new CircularContainer
|
||||
{
|
||||
@ -87,7 +88,8 @@ namespace osu.Game.Graphics.Cursor
|
||||
new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Alpha = 0.01f,
|
||||
Alpha = 0,
|
||||
AlwaysPresent = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user