diff options
author | Jonathan Duran | 2012-04-18 08:08:14 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-04-18 08:08:14 -0700 |
commit | 9f05148454783fd761c9cad35a169c6cb164c1a4 (patch) | |
tree | 02b9cac67ce4215443beab9f47fa4cf216e77840 /js/lib/geom/line.js | |
parent | a2af3c8bd2349a24dd7de920381b04847a863a46 (diff) | |
parent | 616a8532099fec2a15855eac97cd85cb60c4451c (diff) | |
download | ninja-9f05148454783fd761c9cad35a169c6cb164c1a4.tar.gz |
Merge branch 'refs/heads/NINJAmaster' into TimelineUber
Diffstat (limited to 'js/lib/geom/line.js')
-rwxr-xr-x | js/lib/geom/line.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/lib/geom/line.js b/js/lib/geom/line.js index 8ee39098..bb198d83 100755 --- a/js/lib/geom/line.js +++ b/js/lib/geom/line.js | |||
@@ -33,6 +33,8 @@ var Line = function GLLine( world, xOffset, yOffset, width, height, slope, strok | |||
33 | this._scaleX = 1.0; | 33 | this._scaleX = 1.0; |
34 | this._scaleY = 1.0; | 34 | this._scaleY = 1.0; |
35 | 35 | ||
36 | this.canFill = false; | ||
37 | |||
36 | if (arguments.length > 0) { | 38 | if (arguments.length > 0) { |
37 | this._width = width; | 39 | this._width = width; |
38 | this._height = height; | 40 | this._height = height; |