1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 14:47:26 +08:00

Remove unnecessary LoadTrack call

This commit is contained in:
Dean Herbert 2022-07-28 22:19:46 +09:00
parent 3005ff1b9f
commit e664690fe2

View File

@ -27,7 +27,6 @@ namespace osu.Game.Tests.Visual.Gameplay
private void load() private void load()
{ {
Beatmap.Value = CreateWorkingBeatmap(new OsuRuleset().RulesetInfo); Beatmap.Value = CreateWorkingBeatmap(new OsuRuleset().RulesetInfo);
Beatmap.Value.LoadTrack();
Add(gameplayClockContainer = new MasterGameplayClockContainer(Beatmap.Value, skip_target_time)); Add(gameplayClockContainer = new MasterGameplayClockContainer(Beatmap.Value, skip_target_time));