mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 22:23:32 +08:00
Fix gameplay cursor showing offscreen
This commit is contained in:
parent
bcde4822f2
commit
1a987dfbc0
@ -33,7 +33,6 @@ namespace osu.Game.Rulesets.Osu.UI
|
||||
{
|
||||
Add(cursorScaleContainer = new Container
|
||||
{
|
||||
RelativePositionAxes = Axes.Both,
|
||||
Child = clickToResumeCursor = new OsuClickToResumeCursor { ResumeRequested = Resume }
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user