Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Nov 9, 2024
1 parent 45d4b02 commit c4e017f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geo/projection/globe_transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export class GlobeTransform implements ITransform {
private _farZ: number;

private _coveringTilesDetailsProvider: GlobeCoveringTilesDetailsProvider;
private _adaptive: boolean; true;
private _adaptive: boolean;

public constructor(globeProjection: GlobeProjection, globeProjectionEnabled: boolean = true, adaptive:boolean = true) {
this._adaptive = adaptive;
Expand Down

0 comments on commit c4e017f

Please sign in to comment.