mirror of
https://github.com/ppy/osu
synced 2024-12-11 01:19:26 +00:00
Fix build issues
This commit is contained in:
parent
b91524dbba
commit
13c20438ef
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user