little fix

This commit is contained in:
2023-12-28 18:44:17 +05:00
parent a359bfef38
commit 28da3125a7
+1 -1
View File
@@ -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;