Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
#41 - Fixed removing final jump
Browse files Browse the repository at this point in the history
  • Loading branch information
CullieM committed Aug 24, 2021
1 parent 43bbfa5 commit 8e1bc4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/controllers/EditorController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ export class EditorController
break;
case ReturnCode.Jumps:
console.log("Doing the jumps");
if (currentObject.returnJumps.length !== 0)
{
console.log(currentObject.returnJumps[0].getTarget());
//if (currentObject.returnJumps.length !== 0)
//{
nodeView.receiveJumps(currentObject.returnJumps);
}

//}
break;
}
}
Expand Down

0 comments on commit 8e1bc4d

Please sign in to comment.