1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 15:27:20 +08:00

Revert "Fix SongProgress invalidating too often"

This reverts commit 2b4b14ca9990a4626fefcbecf624ca2d97bf4244.
This commit is contained in:
HiddenNode 2022-09-15 11:11:58 +01:00
parent ea513c539b
commit 8286ab0d04

View File

@ -47,10 +47,7 @@ namespace osu.Game.Screens.Play.HUD
if (clock != null)
gameplayClock = clock;
// Lock height so changes in text autosize (if character height changes)
// don't cause parent invalidation.
Height = 14;
AutoSizeAxes = Axes.Y;
Children = new Drawable[]
{
new Container