mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 15:22:55 +08:00
Swap AR and OD on tooltips
Matches everything else.
This commit is contained in:
parent
46c8560ca5
commit
7861125e7a
@ -78,8 +78,8 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
{
|
||||
circleSize = new OsuSpriteText { Font = OsuFont.GetFont(size: 14) },
|
||||
drainRate = new OsuSpriteText { Font = OsuFont.GetFont(size: 14) },
|
||||
overallDifficulty = new OsuSpriteText { Font = OsuFont.GetFont(size: 14) },
|
||||
approachRate = new OsuSpriteText { Font = OsuFont.GetFont(size: 14) },
|
||||
overallDifficulty = new OsuSpriteText { Font = OsuFont.GetFont(size: 14) }
|
||||
}
|
||||
},
|
||||
miscFillFlowContainer = new FillFlowContainer
|
||||
|
Loading…
Reference in New Issue
Block a user