mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Add ValidForResume check
This commit is contained in:
parent
e646b2677c
commit
47c1f36f9d
@ -299,7 +299,7 @@ namespace osu.Game.Screens.Play
|
|||||||
{
|
{
|
||||||
if (!this.IsCurrentScreen()) return;
|
if (!this.IsCurrentScreen()) return;
|
||||||
|
|
||||||
if (HasFailed && !FailOverlay.IsPresent)
|
if (ValidForResume && HasFailed && !FailOverlay.IsPresent)
|
||||||
{
|
{
|
||||||
failAnimation.FinishTransforms(true);
|
failAnimation.FinishTransforms(true);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user