mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:43:19 +08:00
Fixed timeLeft counter in SongProgressInfo being out of bounds after rotation
This commit is contained in:
parent
ad8b01b478
commit
81c3e0da31
@ -121,8 +121,8 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
Child = new UprightAspectMaintainingContainer
|
Child = new UprightAspectMaintainingContainer
|
||||||
{
|
{
|
||||||
Origin = Anchor.CentreRight,
|
Origin = Anchor.Centre,
|
||||||
Anchor = Anchor.CentreRight,
|
Anchor = Anchor.Centre,
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
Scaling = ScaleMode.Vertical,
|
Scaling = ScaleMode.Vertical,
|
||||||
ScalingFactor = 0.5f,
|
ScalingFactor = 0.5f,
|
||||||
|
Loading…
Reference in New Issue
Block a user