Revert "Fix SongProgress invalidating too often"

This reverts commit 2b4b14ca99.
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