mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Refactor SkinnableSound.Samples
to be non-nullable
This commit is contained in:
@ -376,7 +376,7 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
||||
|
||||
protected override void OnFree()
|
||||
{
|
||||
slidingSample.Samples = null;
|
||||
slidingSample.ClearSamples();
|
||||
base.OnFree();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user