mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:02:55 +08:00
Fix shrinking bar lingering on the screen for too long
This commit is contained in:
parent
cc99678a96
commit
cb0dbc6d9e
@ -110,7 +110,7 @@ namespace osu.Game.Screens.Play.BreaksOverlay
|
|||||||
remainingTimeBox
|
remainingTimeBox
|
||||||
.ResizeWidthTo(remaining_time_container_max_size, fade_duration, Easing.OutQuint)
|
.ResizeWidthTo(remaining_time_container_max_size, fade_duration, Easing.OutQuint)
|
||||||
.Then()
|
.Then()
|
||||||
.ResizeWidthTo(0, b.Duration - fade_duration);
|
.ResizeWidthTo(0, b.Duration - fade_duration * 2);
|
||||||
|
|
||||||
remainingTimeCounter.StartCounting(b.EndTime);
|
remainingTimeCounter.StartCounting(b.EndTime);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user