mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:22:56 +08: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 stream = new MemoryStream(Encoding.UTF8.GetBytes(test_beatmap_data)))
|
||||||
using (var reader = new StreamReader(stream))
|
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 =
|
private const string test_beatmap_data =
|
||||||
|
Loading…
Reference in New Issue
Block a user