mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[ts] Run tsfmt
This commit is contained in:
parent
55e8cd3880
commit
ca00e56136
@ -101,7 +101,7 @@ export class SpinePipe implements RenderPipe<Spine> {
|
||||
}
|
||||
|
||||
addRenderable (spine: Spine, instructionSet: InstructionSet) {
|
||||
const gpuSpine = this.gpuSpineData[spine.uid] ||= { slotBatches: {} };
|
||||
const gpuSpine = this.gpuSpineData[spine.uid] ||= { slotBatches: { } };
|
||||
|
||||
const batcher = this.renderer.renderPipes.batch;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user