mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Cursor becomes vector.
This commit is contained in:
@ -39,7 +39,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
fill = new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Alpha = 0.01f, //todo: remove once we figure why containers aren't drawing at all times
|
||||
Alpha = 0.01f,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user