Commit 510e3c90 authored by Matthias Betz's avatar Matthias Betz
Browse files

always add scaling value when loading for saving

parent ef4e0bde
Showing with 1 addition and 0 deletions
+1 -0
...@@ -132,6 +132,7 @@ function setupModel(vcsApp, windowPos, url, name) { ...@@ -132,6 +132,7 @@ function setupModel(vcsApp, windowPos, url, name) {
model: { model: {
uri: url, uri: url,
show: true, show: true,
scale: 1,
}, },
}); });
placedModels.push({ placedModels.push({
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment