aboutsummaryrefslogtreecommitdiff
path: root/js/lib/geom/geom-obj.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/lib/geom/geom-obj.js')
-rwxr-xr-xjs/lib/geom/geom-obj.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/geom/geom-obj.js b/js/lib/geom/geom-obj.js
index c0c7504f..fda071ee 100755
--- a/js/lib/geom/geom-obj.js
+++ b/js/lib/geom/geom-obj.js
@@ -332,7 +332,7 @@ exports.GeomObj = Object.create(Object.prototype, {
332 332
333 this._materialArray.push(fillMaterial); 333 this._materialArray.push(fillMaterial);
334 this._materialTypeArray.push("fill"); 334 this._materialTypeArray.push("fill");
335 335
336 // don't set the value here. The material editor may set a color directly 336 // don't set the value here. The material editor may set a color directly
337 // to the material without setting this value in the obj. The following 337 // to the material without setting this value in the obj. The following
338 // lines of code will clobber the value in the material 338 // lines of code will clobber the value in the material