mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 14:12:56 +08:00
Null out the sample too
This commit is contained in:
parent
2126f6bffc
commit
f883cb85d7
@ -94,6 +94,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
base.LoadSamples();
|
||||
|
||||
slidingSample?.Expire();
|
||||
slidingSample = null;
|
||||
|
||||
var firstSample = HitObject.Samples.FirstOrDefault();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user