mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 07:49:54 +08:00
Merge branch 'i-has-curve-with-repeats' into taiko-editor
This commit is contained in:
@@ -233,9 +233,9 @@ namespace osu.Game.Beatmaps.Formats
|
||||
writer.Write(FormattableString.Invariant($"{(int)getObjectType(hitObject)},"));
|
||||
writer.Write(FormattableString.Invariant($"{(int)toLegacyHitSoundType(hitObject.Samples)},"));
|
||||
|
||||
if (hitObject is IHasPathWithRepeats curveData)
|
||||
if (hitObject is IHasPath path)
|
||||
{
|
||||
addPathData(writer, curveData, position);
|
||||
addPathData(writer, path, position);
|
||||
writer.Write(getSampleBank(hitObject.Samples, zeroBanks: true));
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user