Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
bofeng-song committed Dec 13, 2024
1 parent 221440c commit b5173c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocos/spine/skeleton-cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ class SkeletonCache {
delete animationPool[key];
}
}
let skeletonInfo = this._skeletonCache[uuid];
const skeletonInfo = this._skeletonCache[uuid];
const skeleton = skeletonInfo && skeletonInfo.skeleton;
if (skeleton) {
spine.wasmUtil.destroySpineSkeleton(skeleton);
Expand Down

0 comments on commit b5173c5

Please sign in to comment.