Open FirstVertex opened 4 years ago
Getting a crash when I call destroy, then use the same element to create Particles again. pJSDom should be set to empty array, instead of null, to prevent null reference on 2nd time through on line 1517 at pJSDom.push(new pJS(tag_id, params));
pJSDom.push(new pJS(tag_id, params));
Getting a crash when I call destroy, then use the same element to create Particles again. pJSDom should be set to empty array, instead of null, to prevent null reference on 2nd time through on line 1517 at
pJSDom.push(new pJS(tag_id, params));