Skip to content

Commit

Permalink
fix(globelayer): fix silly mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloTheDrunk committed Dec 9, 2024
1 parent 675bb6e commit ca84bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Prefab/Globe/GlobeLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class GlobeLayer extends TiledGeometryLayer {
'EPSG:3857',
];

const uvCount = config.tileMatrixSets.length;
const uvCount = tileMatrixSets.length;
const builder = new GlobeTileBuilder({ uvCount });

super(id, object3d || new THREE.Group(), schemeTile, builder, {
Expand Down

0 comments on commit ca84bba

Please sign in to comment.