Skip to content

Commit 338394d

Browse files
committed
style: Clean up old comments.
1 parent dbcb1c9 commit 338394d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/vpinball/gltf/table-exporter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export class TableExporter {
8383
}
8484

8585
private async export<T>(): Promise<T> {
86+
8687
const renderGroups: IRenderGroup[] = [
8788
{ name: 'playfield', meshes: [ this.table ], enabled: this.opts.exportPlayfield },
8889
{ name: 'primitives', meshes: values<PrimitiveItem>(this.table.primitives), enabled: this.opts.exportPrimitives },
@@ -136,7 +137,6 @@ export class TableExporter {
136137
}
137138
this.playfield.add(lightGroup);
138139

139-
//this.playfield.scale.set(1, 1, -1);
140140
this.scene.add(this.playfield);
141141

142142
const gltfExporter = new GLTFExporter(Object.assign({}, { embedImages: true }, this.opts.gltfOptions));

0 commit comments

Comments
 (0)