Add a few comments.

This commit is contained in:
smoogipooo 2017-04-06 11:47:54 +09:00
parent eb82a4c090
commit c73d6a52ec

View File

@ -111,7 +111,7 @@ namespace osu.Game.Modes.Objects
// Note: Hold is generated by BMS converts
// Todo: Apparently end time is determined by samples??
// Shouldn't be needed until mania
// Shouldn't need implementation until mania
result = new LegacyHold
{
@ -176,6 +176,7 @@ namespace osu.Game.Modes.Objects
var bank = (OsuLegacyDecoder.LegacySampleBank)Convert.ToInt32(split[0]);
var addbank = (OsuLegacyDecoder.LegacySampleBank)Convert.ToInt32(split[1]);
// Let's not implement this for now, because this doesn't fit nicely into the bank structure
//string sampleFile = split2.Length > 4 ? split2[4] : string.Empty;
string stringBank = bank.ToString().ToLower();