pull/1286/head
Piero Toffanin 2023-01-28 11:05:14 -05:00
rodzic 2661223141
commit 7f4aea3af9
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -663,7 +663,6 @@ class ModelView extends React.Component {
this.objFilePath(filePath => {
objLoader.load(filePath, (object) => {
this.loadGeoreferencingOffset((offset) => {
console.log(object);
addObject(object, offset);
});
});