mirror of
https://github.com/ppy/osu
synced 2024-12-16 20:05:41 +00: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
|
||||
.ResizeWidthTo(remaining_time_container_max_size, fade_duration, Easing.OutQuint)
|
||||
.Then()
|
||||
.ResizeWidthTo(0, b.Duration - fade_duration);
|
||||
.ResizeWidthTo(0, b.Duration - fade_duration * 2);
|
||||
|
||||
remainingTimeCounter.StartCounting(b.EndTime);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user