@galacean/engine-spine 4.2.4 → 4.2.5

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.
package/dist/main.js CHANGED
@@ -11496,7 +11496,7 @@ SpineMaterial._spineFS = "\n #include <common>\n uniform sampler2D materia
11496
11496
  var primitive = this._primitive;
11497
11497
  if (primitive) {
11498
11498
  primitive._addReferCount(-1);
11499
- primitive._destroy();
11499
+ primitive.destroy();
11500
11500
  this._primitive = null;
11501
11501
  }
11502
11502
  this._resource = null;
@@ -12059,7 +12059,7 @@ for(var key in RendererObject){
12059
12059
  for(var key1 in LoaderObject){
12060
12060
  engine.Loader.registerClass(key1, LoaderObject[key1]);
12061
12061
  }
12062
- var version = "4.2.4";
12062
+ var version = "4.2.5";
12063
12063
  console.log("Galacean spine version: " + version);
12064
12064
 
12065
12065
  exports.AlphaTimeline = AlphaTimeline;