Fix incorrect ratios being applied to playfield / skin elements

This now matches osu-stable 1:1.
This commit is contained in:
Dean Herbert
2019-07-19 11:45:33 +09:00
parent efad9b3150
commit 9473f6d3e3
3 changed files with 15 additions and 5 deletions

View File

@ -101,11 +101,10 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor
},
},
}
})
}, confineMode: ConfineMode.NoScaling)
{
Origin = Anchor.Centre,
Anchor = Anchor.Centre,
RelativeSizeAxes = Axes.Both,
}
};