mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
fix possible NullReference?
AppVeyor pls?
This commit is contained in:
@ -621,7 +621,7 @@ namespace osu.Game.Beatmaps
|
||||
try
|
||||
{
|
||||
Decoder decoder;
|
||||
using (var stream = new StreamReader(store.GetStream(getPathForFile(BeatmapInfo.Path))))
|
||||
using (var stream = new StreamReader(store.GetStream(getPathForFile(BeatmapInfo?.Path))))
|
||||
decoder = Decoder.GetDecoder(stream);
|
||||
|
||||
// try for .osb first and fall back to .osu
|
||||
|
Reference in New Issue
Block a user