1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 03:19:54 +08:00

Fix reference to old name

This commit is contained in:
smoogipoo
2018-05-07 10:07:50 +09:00
Unverified
parent 77e661489d
commit 27c8591d48
@@ -53,7 +53,7 @@ namespace osu.Game.Tests.Visual
});
// select part is redundant, but wait for load isn't
selectBeatmap(beatmap.Value.Beatmap);
selectBeatmap(beatmap.Value.OriginalBeatmap);
AddWaitStep(3);