From 64982b5f5bd90e8b8f34104300f2a8b22c9e4f43 Mon Sep 17 00:00:00 2001 From: Alex Muramoto Date: Wed, 7 Jun 2023 16:07:17 -0700 Subject: [PATCH] fix: ThreeJSOverlay no longer requires THREE --- samples/threejs-overlay-simple/index.ts | 1 - 1 file changed, 1 deletion(-) 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, }); }