1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 15:43:22 +08:00

Fix build issues

This commit is contained in:
smoogipoo 2018-03-12 19:41:51 +09:00
parent b91524dbba
commit 13c20438ef

View File

@ -25,7 +25,7 @@ namespace osu.Game.Tests.Beatmaps
using (var stream = new MemoryStream(Encoding.UTF8.GetBytes(test_beatmap_data)))
using (var reader = new StreamReader(stream))
return testBeatmapCache = Decoder.GetDecoder(reader).DecodeBeatmap(reader);
return testBeatmapCache = Decoder.GetDecoder<Beatmap>(reader).Decode(reader);
}
private const string test_beatmap_data =