Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed May 10, 2024
1 parent f41bb23 commit eb91c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine-ts/spine-pixi/src/Spine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export class Spine extends Container {
this.skeleton.updateWorldTransform(Physics.update);
}

private initializeMeshFactory(options?: ISpineOptions) {
private initializeMeshFactory (options?: ISpineOptions) {
if (options?.slotMeshFactory) {
this.slotMeshFactory = options?.slotMeshFactory;
} else {
Expand Down

0 comments on commit eb91c17

Please sign in to comment.