mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 21:02:54 +08:00
Add todo regarding validity check
This commit is contained in:
parent
3b1920c060
commit
902dff15e3
@ -141,6 +141,9 @@ namespace osu.Game.Beatmaps
|
||||
try
|
||||
{
|
||||
string fileStorePath = BeatmapSetInfo.GetPathForFile(BeatmapInfo.Path);
|
||||
|
||||
// TODO: check validity of file
|
||||
|
||||
var stream = GetStream(fileStorePath);
|
||||
|
||||
if (stream == null)
|
||||
|
Loading…
Reference in New Issue
Block a user