1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 10:07:36 +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
commit ea94a90305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@ namespace osu.Game.Rulesets.Osu.UI
{
Add(cursorScaleContainer = new Container
{
RelativePositionAxes = Axes.Both,
Child = clickToResumeCursor = new OsuClickToResumeCursor { ResumeRequested = Resume }
});
}