Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
bofeng-song committed Oct 30, 2024
1 parent c07dfd3 commit aec1e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cocos/spine/skeleton-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ export class SkeletonData extends Asset {
return null;
}

let uuid = this.mergedUUID();
let spData = spine.wasmUtil.querySpineSkeletonDataByUUID(uuid);
const uuid = this.mergedUUID();
const spData = spine.wasmUtil.querySpineSkeletonDataByUUID(uuid);
if (spData) {
this._skeletonCache = spData;
} else if (this._skeletonJson) {
Expand Down

0 comments on commit aec1e2e

Please sign in to comment.