Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Dec 2, 2024
1 parent 6f1fd50 commit c742cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/three/TileCompressionPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export class TileCompressionPlugin {
// handle geometry attribute compression
if ( c.geometry ) {

let geometry = c.geometry;
const geometry = c.geometry;
const attributes = geometry.attributes;
if ( compressUvs ) {

Expand Down

0 comments on commit c742cd4

Please sign in to comment.