1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 18:23:04 +08:00

Swap AR and OD on tooltips

Matches everything else.
This commit is contained in:
Bartłomiej Dach 2024-02-22 12:11:49 +01:00
parent 46c8560ca5
commit 7861125e7a
No known key found for this signature in database

View File

@ -78,8 +78,8 @@ namespace osu.Game.Beatmaps.Drawables
{ {
circleSize = new OsuSpriteText { Font = OsuFont.GetFont(size: 14) }, circleSize = new OsuSpriteText { Font = OsuFont.GetFont(size: 14) },
drainRate = 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) }, approachRate = new OsuSpriteText { Font = OsuFont.GetFont(size: 14) },
overallDifficulty = new OsuSpriteText { Font = OsuFont.GetFont(size: 14) }
} }
}, },
miscFillFlowContainer = new FillFlowContainer miscFillFlowContainer = new FillFlowContainer