1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:52:54 +08:00

Trimmed whitespaces.

This commit is contained in:
RORIdev 2019-04-03 18:05:47 -03:00
parent f6e1cb07a1
commit 621f8fd78d
2 changed files with 1 additions and 5 deletions

View File

@ -40,9 +40,7 @@ namespace osu.Game.Rulesets.Mods
scoreProcessor.Health.Value = 100; scoreProcessor.Health.Value = 100;
} }
} }
};
} ;
} }
} }
} }

View File

@ -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();