mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 08:27:49 +08:00
Fix reference to old name
This commit is contained in:
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user