diff options
Diffstat (limited to 'js/tools/LineTool.js')
-rwxr-xr-x | js/tools/LineTool.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tools/LineTool.js b/js/tools/LineTool.js index b2b48383..3f452a06 100755 --- a/js/tools/LineTool.js +++ b/js/tools/LineTool.js | |||
@@ -226,7 +226,7 @@ exports.LineTool = Montage.create(ShapeTool, { | |||
226 | { | 226 | { |
227 | strokeMaterial = Object.create(MaterialsModel.getMaterial(strokeM)); | 227 | strokeMaterial = Object.create(MaterialsModel.getMaterial(strokeM)); |
228 | } | 228 | } |
229 | strokeColor = ShapesController.getMaterialColor(strokeM) || strokeColor; | 229 | strokeColor = ShapesController.getMaterialColor(strokeM) || strokeColor; |
230 | } | 230 | } |
231 | 231 | ||
232 | var world = this.getGLWorld(canvas, this.options.use3D); | 232 | var world = this.getGLWorld(canvas, this.options.use3D); |