mirror of
https://github.com/ppy/osu
synced 2025-02-21 04:57:11 +00:00
Add guard when clearing samples
This commit is contained in:
parent
7b350fc8e5
commit
a31e8d137f
@ -303,7 +303,8 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
samplesBindable.CollectionChanged -= onSamplesChanged;
|
||||
|
||||
// Release the samples for other hitobjects to use.
|
||||
Samples.Samples = null;
|
||||
if (Samples != null)
|
||||
Samples.Samples = null;
|
||||
|
||||
if (nestedHitObjects.IsValueCreated)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user