diff options
author | hwc487 | 2012-05-14 10:00:52 -0700 |
---|---|---|
committer | hwc487 | 2012-05-14 10:00:52 -0700 |
commit | 5fcb96cae89007c684df3ce948831e2fcf9fd8b7 (patch) | |
tree | f179b73bdc878d7f5a6799b2b1826e836168b805 /js/tools/LineTool.js | |
parent | 137bfc9d4c41cc918d969565bec28a834fe10472 (diff) | |
download | ninja-5fcb96cae89007c684df3ce948831e2fcf9fd8b7.tar.gz |
Fixing merge issues
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 6621d18b..d5bfa38a 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(strokeMaterial) || 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); |