mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 18:10:40 +08:00
Remove no-longer-needed local method
This commit is contained in:
@@ -148,9 +148,6 @@ namespace osu.Game.Rulesets.Scoring
|
||||
IsSimulating = true;
|
||||
|
||||
foreach (var obj in EnumerateHitObjects(beatmap))
|
||||
simulate(obj);
|
||||
|
||||
void simulate(HitObject obj)
|
||||
{
|
||||
var judgement = obj.CreateJudgement();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user