mirror of
https://github.com/ppy/osu.git
synced 2025-01-29 02:52:54 +08:00
Add a few comments.
This commit is contained in:
parent
eb82a4c090
commit
c73d6a52ec
@ -111,7 +111,7 @@ namespace osu.Game.Modes.Objects
|
|||||||
// Note: Hold is generated by BMS converts
|
// Note: Hold is generated by BMS converts
|
||||||
|
|
||||||
// Todo: Apparently end time is determined by samples??
|
// Todo: Apparently end time is determined by samples??
|
||||||
// Shouldn't be needed until mania
|
// Shouldn't need implementation until mania
|
||||||
|
|
||||||
result = new LegacyHold
|
result = new LegacyHold
|
||||||
{
|
{
|
||||||
@ -176,6 +176,7 @@ namespace osu.Game.Modes.Objects
|
|||||||
var bank = (OsuLegacyDecoder.LegacySampleBank)Convert.ToInt32(split[0]);
|
var bank = (OsuLegacyDecoder.LegacySampleBank)Convert.ToInt32(split[0]);
|
||||||
var addbank = (OsuLegacyDecoder.LegacySampleBank)Convert.ToInt32(split[1]);
|
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 sampleFile = split2.Length > 4 ? split2[4] : string.Empty;
|
||||||
|
|
||||||
string stringBank = bank.ToString().ToLower();
|
string stringBank = bank.ToString().ToLower();
|
||||||
|
Loading…
Reference in New Issue
Block a user