@eva/plugin-renderer-spine 1.2.7-editor.0 → 1.2.7-editor.3
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/miniprogram.js
CHANGED
|
@@ -8796,9 +8796,9 @@ var pixi_spine;
|
|
|
8796
8796
|
var cachedResource = loader.resources[name];
|
|
8797
8797
|
|
|
8798
8798
|
if (cachedResource) {
|
|
8799
|
-
|
|
8799
|
+
function done() {
|
|
8800
8800
|
callback(cachedResource.texture.baseTexture);
|
|
8801
|
-
}
|
|
8801
|
+
}
|
|
8802
8802
|
|
|
8803
8803
|
if (cachedResource.texture) {
|
|
8804
8804
|
done();
|