Skip to content

Commit

Permalink
Fix telemetry import
Browse files Browse the repository at this point in the history
  • Loading branch information
sebstryczek committed Dec 11, 2024
1 parent 2731523 commit c658b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MaptilerARControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as THREE from "three";
import { GLTFExporter } from "three/examples/jsm/exporters/GLTFExporter.js";
import { USDZExporter } from "three/examples/jsm/exporters/USDZExporter.js";
import { addWatermarkToContext, blobToBase64 } from "./tools";
import { registerTelemetry } from "telemetry/registerTelemetry.js";
import { registerTelemetry } from "./telemetry";

type CameraSettings = {
center: LngLat;
Expand Down

0 comments on commit c658b58

Please sign in to comment.