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:
parent
ea513c539b
commit
8286ab0d04
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user