From 47162a3e9197c7ca0ff6440a9bda32fa6ce7d49b Mon Sep 17 00:00:00 2001 From: Mikal Stodal Date: Thu, 2 Mar 2017 13:39:02 +0100 Subject: [PATCH] Update summary and commentary --- osu.Game/Database/BeatmapDatabase.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game/Database/BeatmapDatabase.cs b/osu.Game/Database/BeatmapDatabase.cs index ad4ce06588..0b55a81ba9 100644 --- a/osu.Game/Database/BeatmapDatabase.cs +++ b/osu.Game/Database/BeatmapDatabase.cs @@ -130,6 +130,7 @@ namespace osu.Game.Database // We may or may not want to delete the file depending on where it is stored. // e.g. reconstructing/repairing database with beatmaps from default storage. + // Also, not always a single file, i.e. for LegacyFilesystemReader // TODO: Add a check to prevent files from storage to be deleted. try { @@ -156,10 +157,9 @@ namespace osu.Game.Database /// /// Duplicates content from to storage and returns a representing . - /// Returns null if a representation already exists. /// /// Content location - /// or null + /// private BeatmapSetInfo getBeatmapSet(string path) { string hash = null;