mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Edited to remove unessicary blank lines
This commit is contained in:
@ -46,8 +46,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
|
||||
private double prev;
|
||||
|
||||
|
||||
|
||||
public TestSceneUnstableRateCounter()
|
||||
{
|
||||
Score score = new Score
|
||||
@ -58,10 +56,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
scoreProcessor.NewJudgement += result => scoreProcessor.PopulateScore(score.ScoreInfo);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[SetUpSteps]
|
||||
public void SetUp()
|
||||
{
|
||||
@ -73,7 +67,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
{
|
||||
AddStep("Create Display", () => recreateDisplay(new OsuHitWindows(), 5));
|
||||
|
||||
|
||||
AddRepeatStep("Set UR to 250ms", () => setUR(25), 20);
|
||||
|
||||
AddStep("Reset UR", () =>
|
||||
@ -133,11 +126,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private void newJudgement(double offset = 0, HitResult result = HitResult.Perfect)
|
||||
{
|
||||
scoreProcessor.ApplyResult(new JudgementResult(new HitCircle { HitWindows = drawableRuleset.HitWindows }, new Judgement())
|
||||
@ -159,12 +147,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
prev = placement;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[SuppressMessage("ReSharper", "UnassignedGetOnlyAutoProperty")]
|
||||
private class TestDrawableRuleset : DrawableRuleset
|
||||
{
|
||||
|
Reference in New Issue
Block a user