mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
Set siblings, removing warning.
This commit is contained in:
parent
2c97313a20
commit
53a2f34f8b
@ -481,7 +481,8 @@ namespace osu.Game.Rulesets.Mania.Beatmaps.Patterns.Legacy
|
||||
{
|
||||
StartTime = startTime,
|
||||
Samples = originalObject.Samples,
|
||||
Column = column
|
||||
Column = column,
|
||||
Siblings = siblings
|
||||
};
|
||||
}
|
||||
else
|
||||
@ -491,12 +492,11 @@ namespace osu.Game.Rulesets.Mania.Beatmaps.Patterns.Legacy
|
||||
StartTime = startTime,
|
||||
Samples = originalObject.Samples,
|
||||
Column = column,
|
||||
Duration = endTime - startTime
|
||||
Duration = endTime - startTime,
|
||||
Siblings = siblings
|
||||
};
|
||||
}
|
||||
|
||||
// Todo: Consider siblings and write sample volumes (probably at ManiaHitObject level)
|
||||
|
||||
pattern.Add(newObject);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user