1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Fix scaling mode being applied to judgements

This commit is contained in:
Dean Herbert 2019-09-19 17:27:54 +09:00
parent 2cd7c769e1
commit e6c36a8bc7

View File

@ -67,7 +67,7 @@ namespace osu.Game.Rulesets.Judgements
Font = OsuFont.Numeric.With(size: 20),
Colour = judgementColour(Result.Type),
Scale = new Vector2(0.85f, 1),
})
}, confineMode: ConfineMode.NoScaling)
};
}