little fix
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user