gl-draw 0.9.39 → 0.9.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -543,7 +543,7 @@ class ul {
543
543
  const d = new Set(this.textureAssets.keys());
544
544
  return l.forEach((b) => {
545
545
  d.delete(b);
546
- }), [...d, this.delLoadArr];
546
+ }), [...d, ...this.delLoadArr];
547
547
  }
548
548
  dispose() {
549
549
  var l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gl-draw",
3
- "version": "0.9.39",
3
+ "version": "0.9.40",
4
4
  "author": "gitplus <hstits@gmail.com>",
5
5
  "scripts": {
6
6
  "start": "bundler-dev",