aboutsummaryrefslogtreecommitdiff
path: root/js/lib/geom/circle.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/lib/geom/circle.js')
-rwxr-xr-xjs/lib/geom/circle.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/lib/geom/circle.js b/js/lib/geom/circle.js
index dd82a4cc..ad77383b 100755
--- a/js/lib/geom/circle.js
+++ b/js/lib/geom/circle.js
@@ -577,9 +577,10 @@ var Circle = function GLCircle() {
577 } else { 577 } else {
578 rtnStr += "flatMaterial"; 578 rtnStr += "flatMaterial";
579 } 579 }
580
581 rtnStr += "\n"; 580 rtnStr += "\n";
582 581
582 rtnStr += this.exportMaterials();
583
583 return rtnStr; 584 return rtnStr;
584 }; 585 };
585 586