@galacean/engine-spine 1.0.0-alpha.1 → 1.0.0-alpha.2
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 +1 -1
- package/dist/main.js.map +1 -1
- package/dist/miniprogram.js +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -6017,7 +6017,7 @@ var SpineAnimation = /*#__PURE__*/ function(Script) {
|
|
|
6017
6017
|
this._defaultMaterial = new SpineMaterial(engine);
|
|
6018
6018
|
this._defaultMaterial.isGCIgnored = true;
|
|
6019
6019
|
}
|
|
6020
|
-
return this._defaultMaterial;
|
|
6020
|
+
return this._defaultMaterial.clone();
|
|
6021
6021
|
};
|
|
6022
6022
|
_create_class(SpineAnimation, [
|
|
6023
6023
|
{
|