mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-01 21:29:07 +08:00
Formatting
This commit is contained in:
parent
f41bb231e1
commit
eb91c170a4
@ -128,7 +128,7 @@ export class Spine extends Container {
|
|||||||
this.skeleton.updateWorldTransform(Physics.update);
|
this.skeleton.updateWorldTransform(Physics.update);
|
||||||
}
|
}
|
||||||
|
|
||||||
private initializeMeshFactory(options?: ISpineOptions) {
|
private initializeMeshFactory (options?: ISpineOptions) {
|
||||||
if (options?.slotMeshFactory) {
|
if (options?.slotMeshFactory) {
|
||||||
this.slotMeshFactory = options?.slotMeshFactory;
|
this.slotMeshFactory = options?.slotMeshFactory;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user