mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +08:00
Move private method
This commit is contained in:
parent
20fd458fac
commit
c55bfc03ee
@ -87,14 +87,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
}, 3);
|
||||
}
|
||||
|
||||
private void applyPerfectHit()
|
||||
{
|
||||
healthProcessor.ApplyResult(new JudgementResult(new HitCircle(), new OsuJudgement())
|
||||
{
|
||||
Type = HitResult.Perfect
|
||||
});
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestLateMissAfterConsequentMisses()
|
||||
{
|
||||
@ -159,5 +151,13 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
{
|
||||
healthProcessor.ApplyResult(new JudgementResult(new HitObject(), new Judgement()) { Type = HitResult.Miss });
|
||||
}
|
||||
|
||||
private void applyPerfectHit()
|
||||
{
|
||||
healthProcessor.ApplyResult(new JudgementResult(new HitCircle(), new OsuJudgement())
|
||||
{
|
||||
Type = HitResult.Perfect
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user