Flip the initialized switch on the silence wavetable

This commit is contained in:
Paul Fd 2020-04-08 09:16:18 +02:00
parent d294d1e3e0
commit 9a1582892f

View file

@ -263,6 +263,7 @@ const WavetableMulti* WavetableMulti::getSilenceWavetable()
*ptr = 0;
}
wm.fillExtra();
initialized = true;
}
return &wm;
}