Skip to content

Commit

Permalink
Update modules/tiles/src/tileset/tile-3d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ib Green <[email protected]>
  • Loading branch information
OmarShehata and ibgreen authored Oct 9, 2023
1 parent 3db593c commit 68fc50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tiles/src/tileset/tile-3d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class Tile3D {
this.type = header.type;
this.contentUrl = header.contentUrl;

this.traverser.options.maximumScreenSpaceError = tileset.options.maximumScreenSpaceError;
this.traverser.options.maximumScreenSpaceError = tileset.options?.maximumScreenSpaceError;

this._initializeLodMetric(header);
this._initializeTransforms(header);
Expand Down

0 comments on commit 68fc50d

Please sign in to comment.