Lose old reference immediately on updateSample()

This commit is contained in:
smoogipoo 2020-11-30 19:19:24 +09:00
parent afb8eb636d
commit f5e8d1d14d
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ private void updateSample()
bool wasPlaying = Playing;
sampleContainer.Clear();
Sample = null;
var ch = CurrentSkin.GetSample(sampleInfo);