Less BeaIBeatmapConvertereatmapConverters

This commit is contained in:
Dean Herbert 2018-03-02 20:39:43 +09:00
parent 22cbbcc639
commit bd9d26921a

View File

@ -41,7 +41,7 @@ namespace osu.Game.Rulesets.Osu.Tests
}; };
} }
protected override ITestableBeatmapConverter CreateConverter(BeaIBeatmapConvertereatmapConverter(); protected override IBeatmapConverter CreateConverter(Beatmap beatmap) => new OsuBeatmapConverter();
} }
public struct ConvertValue : IEquatable<ConvertValue> public struct ConvertValue : IEquatable<ConvertValue>