1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00

Fix non-IBeatmap usage

This commit is contained in:
smoogipoo 2018-05-07 09:59:45 +09:00
parent 1aefd71b65
commit 20509b1cc2

View File

@ -112,7 +112,7 @@ namespace osu.Game.Tests.Visual
AddAssert("check no infolabels", () => !infoWedge.Info.InfoLabelContainer.Children.Any());
}
private void selectBeatmap(Beatmap b)
private void selectBeatmap(IBeatmap b)
{
BeatmapInfoWedge.BufferedWedgeInfo infoBefore = null;