This code will never change 'this._updatable' to false:
if (options && options.updatable) {
this._updatable = options.updatable;
Line 162 in Particles/babylon.solidParticleSystem.ts
This code will never change 'this._updatable' to false:
if (options && options.updatable) {
this._updatable = options.updatable;
Line 162 in Particles/babylon.solidParticleSystem.ts