aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rwxr-xr-xjs/models/element-model.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/models/element-model.js b/js/models/element-model.js
index ea25e5b1..c9fb58d8 100755
--- a/js/models/element-model.js
+++ b/js/models/element-model.js
@@ -28,9 +28,7 @@ var modelGenerator = exports.modelGenerator = function() {
28 }) 28 })
29 }); 29 });
30 30
31 if(this._model.selection === "body") { 31 if(this._model.selection !== "body") {
32 this._model.props3D.init(this, true);
33 } else {
34 this._model.props3D.init(this, false); 32 this._model.props3D.init(this, false);
35 } 33 }
36 34