mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
fix(osu.Game): reset Y axis of the bars in hit distribution graph at the first drawing
This commit is contained in:
@ -278,7 +278,10 @@ namespace osu.Game.Screens.Ranking.Statistics
|
||||
updateBasalHeight();
|
||||
|
||||
foreach (var boxOriginal in boxOriginals)
|
||||
{
|
||||
boxOriginal.Y = 0;
|
||||
boxOriginal.Height = basalHeight;
|
||||
}
|
||||
|
||||
float offsetValue = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user