mirror of
https://github.com/ppy/osu.git
synced 2026-06-02 06:09:55 +08:00
fix missing param
This commit is contained in:
@@ -82,7 +82,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
others.Add(new VerifiedBeatmap(otherWorking, otherPlayable));
|
||||
}
|
||||
|
||||
return new BeatmapVerifierContext(current, difficultyRating);
|
||||
return new BeatmapVerifierContext(current, difficultyRating, others);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user