mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22:54 +08:00
Fix missing beatmap in replay download test scene
Was causing nullrefs in `GetDisplayTitle()`.
This commit is contained in:
parent
3d148aea40
commit
03a315b9f5
@ -175,7 +175,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
Id = 39828,
|
Id = 39828,
|
||||||
Username = @"WubWoofWolf",
|
Username = @"WubWoofWolf",
|
||||||
}
|
}
|
||||||
}.CreateScoreInfo(rulesets);
|
}.CreateScoreInfo(rulesets, CreateBeatmap(new OsuRuleset().RulesetInfo).BeatmapInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
private class TestReplayDownloadButton : ReplayDownloadButton
|
private class TestReplayDownloadButton : ReplayDownloadButton
|
||||||
|
Loading…
Reference in New Issue
Block a user