1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 07:22:38 +08:00

Merge pull request #12428 from smoogipoo/fix-gameplay-cursor-regression

Fix gameplay cursor showing offscreen
This commit is contained in:
Dean Herbert
2021-04-15 21:58:43 +09:00
committed by GitHub
Unverified
@@ -33,7 +33,6 @@ namespace osu.Game.Rulesets.Osu.UI
{
Add(cursorScaleContainer = new Container
{
RelativePositionAxes = Axes.Both,
Child = clickToResumeCursor = new OsuClickToResumeCursor { ResumeRequested = Resume }
});
}