mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:32:55 +08:00
Trimmed whitespaces.
This commit is contained in:
parent
f6e1cb07a1
commit
621f8fd78d
@ -40,9 +40,7 @@ namespace osu.Game.Rulesets.Mods
|
|||||||
scoreProcessor.Health.Value = 100;
|
scoreProcessor.Health.Value = 100;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
};
|
||||||
} ;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -325,10 +325,8 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
protected FailOverlay FailOverlay { get; private set; }
|
protected FailOverlay FailOverlay { get; private set; }
|
||||||
|
|
||||||
|
|
||||||
private bool onFail()
|
private bool onFail()
|
||||||
{
|
{
|
||||||
|
|
||||||
if (Beatmap.Value.Mods.Value.OfType<IApplicableFailOverride>().Any(m => !m.AllowFail))
|
if (Beatmap.Value.Mods.Value.OfType<IApplicableFailOverride>().Any(m => !m.AllowFail))
|
||||||
return false;
|
return false;
|
||||||
GameplayClockContainer.Stop();
|
GameplayClockContainer.Stop();
|
||||||
|
Loading…
Reference in New Issue
Block a user