1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-05 04:52:53 +08:00

Add todo regarding validity check

This commit is contained in:
Dean Herbert 2022-10-13 18:20:49 +09:00
parent 3b1920c060
commit 902dff15e3

View File

@ -141,6 +141,9 @@ namespace osu.Game.Beatmaps
try try
{ {
string fileStorePath = BeatmapSetInfo.GetPathForFile(BeatmapInfo.Path); string fileStorePath = BeatmapSetInfo.GetPathForFile(BeatmapInfo.Path);
// TODO: check validity of file
var stream = GetStream(fileStorePath); var stream = GetStream(fileStorePath);
if (stream == null) if (stream == null)