Skip to content

Commit

Permalink
Reinstated a couple variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonsbm committed Apr 5, 2018
1 parent 68294ef commit 6c6bf07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/js/controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ class Controls
var boxIntersects = this.getMouseIntersecting( app.mouseDownCoords.x,
app.mouseDownCoords.y,
app.getMaskBoxes() );
var selectedBox;
if ( boxIntersects.length > 0 )
{
//console.log(pointIntersects[ 0 ].object);
Expand Down Expand Up @@ -379,6 +380,7 @@ class Controls
*/
selectLine()
{
var selectedLine;
var lines = app.getConnectionLines();
app.tmpLine = lines[0];
var lineIntersects = this.getMouseIntersecting( app.mouseDownCoords.x,
Expand Down

0 comments on commit 6c6bf07

Please sign in to comment.