mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
A bit more formatting
This commit is contained in:
parent
c568888500
commit
a76878e053
@ -40,7 +40,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
[Cached(typeof(GameplayState))]
|
||||
private GameplayState gameplayState;
|
||||
|
||||
|
||||
[Cached(typeof(DrawableRuleset))]
|
||||
private TestDrawableRuleset drawableRuleset = new TestDrawableRuleset();
|
||||
|
||||
@ -137,7 +136,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
|
||||
private void setUR(double UR = 0, HitResult result = HitResult.Perfect)
|
||||
{
|
||||
|
||||
double placement = prev > 0 ? -UR : UR;
|
||||
scoreProcessor.ApplyResult(new JudgementResult(new HitCircle { HitWindows = drawableRuleset.HitWindows }, new Judgement())
|
||||
{
|
||||
|
@ -76,7 +76,6 @@ namespace osu.Game.Screens.Play.HUD
|
||||
|
||||
private void onJudgementChanged(JudgementResult judgement)
|
||||
{
|
||||
|
||||
if (gameplayState == null)
|
||||
{
|
||||
isValid = false;
|
||||
@ -98,7 +97,6 @@ namespace osu.Game.Screens.Play.HUD
|
||||
return count.ToLocalisableString("0.00 UR");
|
||||
}
|
||||
|
||||
|
||||
protected override OsuSpriteText CreateSpriteText()
|
||||
=> base.CreateSpriteText().With(s =>
|
||||
{
|
||||
@ -115,7 +113,5 @@ namespace osu.Game.Screens.Play.HUD
|
||||
|
||||
loadCancellationSource?.Cancel();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user