mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Revert "Fix SongProgress
invalidating too often"
This reverts commit 2b4b14ca99
.
This commit is contained in:
@ -47,10 +47,7 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
if (clock != null)
|
if (clock != null)
|
||||||
gameplayClock = clock;
|
gameplayClock = clock;
|
||||||
|
|
||||||
// Lock height so changes in text autosize (if character height changes)
|
AutoSizeAxes = Axes.Y;
|
||||||
// don't cause parent invalidation.
|
|
||||||
Height = 14;
|
|
||||||
|
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new Container
|
new Container
|
||||||
|
Reference in New Issue
Block a user