From 28da3125a73bc1d3db705dbcc523bbee1519478f Mon Sep 17 00:00:00 2001 From: zojgame Date: Thu, 28 Dec 2023 18:44:17 +0500 Subject: [PATCH] little fix --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index a0b23a8..cae3109 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -42,7 +42,7 @@ function removeEntity(entityName) { scene.remove(selectedEntity); } } - +// JSON POINTS(markers, directions, ) function createPoint(title, x, y, z) { const label = document.createElement("p"); label.textContent = title;