Skip to content

Commit

Permalink
my first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
magos1983 committed Sep 20, 2024
1 parent bda2e19 commit d09d4ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/base/src/SpineBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export abstract class SpineBase<
this._debug?.unregisterSpine(this);
value?.registerSpine(this);
this._debug = value;
console.log('debug', value);
}

abstract createSkeleton(spineData: ISkeletonData);
Expand Down

0 comments on commit d09d4ae

Please sign in to comment.