mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix shrinking bar lingering on the screen for too long
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user