1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:17:51 +08:00

Fix reference to old name

This commit is contained in:
smoogipoo 2018-05-07 10:07:50 +09:00
parent 77e661489d
commit 27c8591d48

View File

@ -53,7 +53,7 @@ namespace osu.Game.Tests.Visual
}); });
// select part is redundant, but wait for load isn't // select part is redundant, but wait for load isn't
selectBeatmap(beatmap.Value.Beatmap); selectBeatmap(beatmap.Value.OriginalBeatmap);
AddWaitStep(3); AddWaitStep(3);