Add comment about .ID == 0 check.

This commit is contained in:
Dean Herbert
2017-03-03 20:51:07 +09:00
committed by GitHub
parent c88c6c4c62
commit 398b1fcf03

View File

@ -129,6 +129,7 @@ namespace osu.Game.Database
{
BeatmapSetInfo set = getBeatmapSet(p);
//If we have an ID then we already exist in the database.
if (set.ID == 0)
sets.Push(set);