1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 05:49:55 +08:00

Use more clear method to showcase locally created difficulty

Use `ResetOnlineInfo`
This commit is contained in:
Salman Alshamrani
2025-04-29 04:34:49 +03:00
committed by Dean Herbert
Unverified
parent 5ea1654f1d
commit 92b01d68b6
@@ -155,7 +155,7 @@ namespace osu.Game.Tests.Visual.SongSelectV2
{
var (working, onlineSet) = createTestBeatmap();
onlineSet.Beatmaps = Array.Empty<APIBeatmap>();
working.BeatmapInfo.ResetOnlineInfo();
currentOnlineSet = onlineSet;
Beatmap.Value = working;