1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 23:33:23 +08:00

Move the multiplier back to TopRight

This commit is contained in:
Cootz 2023-06-09 16:25:04 +03:00
parent ba7069df34
commit c3b50e1309

View File

@ -219,8 +219,8 @@ namespace osu.Game.Overlays.Mods
{
aboveColumnsContent.Add(multiplierDisplay = new DifficultyMultiplierDisplay
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight
});
}