diff --git a/samples/threejs-overlay-simple/index.ts b/samples/threejs-overlay-simple/index.ts index 0cf9c73fc2..2f67afe2c0 100644 --- a/samples/threejs-overlay-simple/index.ts +++ b/samples/threejs-overlay-simple/index.ts @@ -85,7 +85,6 @@ function initMap(): void { map, scene, anchor: { ...mapOptions.center, altitude: 100 }, - THREE, }); }