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:
parent
ba7069df34
commit
c3b50e1309
@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user