mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Proper legacy timing point parsing.
This commit is contained in:
@ -105,11 +105,6 @@ namespace osu.Game.Modes.Objects
|
||||
throw new InvalidOperationException($@"Unknown hit object type {type}");
|
||||
|
||||
result.StartTime = Convert.ToDouble(split[2], CultureInfo.InvariantCulture);
|
||||
result.SampleBank = new HitSampleInfo
|
||||
{
|
||||
Type = (SampleType)int.Parse(split[4]),
|
||||
Set = Sample.Soft,
|
||||
};
|
||||
|
||||
// TODO: "addition" field
|
||||
|
||||
|
Reference in New Issue
Block a user