Revert changes to BeatmapDetailArea

This commit is contained in:
Dean Herbert
2019-09-19 14:26:15 +09:00
parent e5509cd390
commit a7b6895d4c
3 changed files with 30 additions and 49 deletions

View File

@ -163,7 +163,6 @@ namespace osu.Game.Tests.Visual.SongSelect
}));
AddStep("null beatmap", () => detailsArea.Beatmap = null);
AddStep("Toggle top score visibility", () => detailsArea.TopScore.ToggleVisibility());
}
}
}