Merge branch 'master' into maximum-judgement-offset-in-hit-object

This commit is contained in:
Dean Herbert
2023-02-15 14:48:15 +09:00
committed by GitHub
334 changed files with 7984 additions and 2418 deletions

View File

@ -303,8 +303,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
samplesBindable.CollectionChanged -= onSamplesChanged;
// Release the samples for other hitobjects to use.
if (Samples != null)
Samples.Samples = null;
Samples?.ClearSamples();
foreach (var obj in nestedHitObjects)
{