We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41bb23 commit eb91c17Copy full SHA for eb91c17
spine-ts/spine-pixi/src/Spine.ts
@@ -128,7 +128,7 @@ export class Spine extends Container {
128
this.skeleton.updateWorldTransform(Physics.update);
129
}
130
131
- private initializeMeshFactory(options?: ISpineOptions) {
+ private initializeMeshFactory (options?: ISpineOptions) {
132
if (options?.slotMeshFactory) {
133
this.slotMeshFactory = options?.slotMeshFactory;
134
} else {
0 commit comments