From 550be8a699afcc4eabf1acf5dd30734e494c1dd5 Mon Sep 17 00:00:00 2001 From: Rohit Paul <113459757+RohitPaul12345@users.noreply.github.com> Date: Wed, 2 Aug 2023 17:30:39 +0530 Subject: [PATCH] Update interaction_box.js --- lib/interaction_box.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/interaction_box.js b/lib/interaction_box.js index 2e8363bc..7f8641af 100644 --- a/lib/interaction_box.js +++ b/lib/interaction_box.js @@ -1,4 +1,4 @@ -var glMatrix = require("gl-matrix") +let glMatrix = require("gl-matrix") , vec3 = glMatrix.vec3; /**