diff options
author | Jonathan Duran | 2012-03-23 07:24:39 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-03-23 07:24:39 -0700 |
commit | 846d539997bf188b9caf63cdf0008367fe6c9ede (patch) | |
tree | ae0ed9293cd5859cd10694fb2e045b2101ed8df8 /js/tools/drawing-tool.js | |
parent | 595a569cf459e7e7cbe19e546c23322b56e44341 (diff) | |
parent | 57cc00a5ef3ab525e54a030d7692b2d9eefaa68b (diff) | |
download | ninja-846d539997bf188b9caf63cdf0008367fe6c9ede.tar.gz |
Merge branch 'refs/heads/NINJAmaster' into TimelineUber
Diffstat (limited to 'js/tools/drawing-tool.js')
-rwxr-xr-x | js/tools/drawing-tool.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/tools/drawing-tool.js b/js/tools/drawing-tool.js index 603f63a3..dc5f7996 100755 --- a/js/tools/drawing-tool.js +++ b/js/tools/drawing-tool.js | |||
@@ -157,6 +157,8 @@ exports.DrawingTool = Montage.create(ToolBase, { | |||
157 | this.mouseUpHitRec = null; | 157 | this.mouseUpHitRec = null; |
158 | this.downPoint.x = null; | 158 | this.downPoint.x = null; |
159 | this.downPoint.y = null; | 159 | this.downPoint.y = null; |
160 | this.upPoint.x = null; | ||
161 | this.upPoint.y = null; | ||
160 | this._isDrawing = false; | 162 | this._isDrawing = false; |
161 | 163 | ||
162 | if (this.drawingFeedback.mode === "Draw3D") { | 164 | if (this.drawingFeedback.mode === "Draw3D") { |