mirror of https://github.com/ppy/osu
Remove no-longer-needed local method
This commit is contained in:
parent
462570801a
commit
e46b4209c3
|
@ -148,9 +148,6 @@ protected void SimulateAutoplay(IBeatmap beatmap)
|
|||
IsSimulating = true;
|
||||
|
||||
foreach (var obj in EnumerateHitObjects(beatmap))
|
||||
simulate(obj);
|
||||
|
||||
void simulate(HitObject obj)
|
||||
{
|
||||
var judgement = obj.CreateJudgement();
|
||||
|
||||
|
|
Loading…
Reference in New Issue