1
0
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:
Hivie
2025-08-11 16:48:52 +01:00
Unverified
parent c8cb167dbc
commit c1a7285b8c
@@ -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);
}
}
}