aboutsummaryrefslogtreecommitdiff
path: root/js/models
diff options
context:
space:
mode:
Diffstat (limited to 'js/models')
-rwxr-xr-xjs/models/properties-3d.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/models/properties-3d.js b/js/models/properties-3d.js
index 087e794f..0a7cf8bb 100755
--- a/js/models/properties-3d.js
+++ b/js/models/properties-3d.js
@@ -67,7 +67,7 @@ exports.Properties3D = Montage.create(Component, {
67 this.matrix3d = Matrix.I(4); 67 this.matrix3d = Matrix.I(4);
68 } 68 }
69 69
70 if(this.perspectiveDist === null) { 70 if(this.perspectiveDist == null) {
71 this.perspectiveDist = 1400; 71 this.perspectiveDist = 1400;
72 } 72 }
73 73