[ts] Run tsfmt

This commit is contained in:
Davide Tantillo 2024-11-07 11:34:22 +01:00
parent 55e8cd3880
commit ca00e56136

View File

@ -101,7 +101,7 @@ export class SpinePipe implements RenderPipe<Spine> {
} }
addRenderable (spine: Spine, instructionSet: InstructionSet) { 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; const batcher = this.renderer.renderPipes.batch;