Skip to content

Commit

Permalink
Fast run speed for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cpseager committed Jan 28, 2016
1 parent a9c58b2 commit 49245c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/js/controller/runner-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ define([
runner.complete.add(hardReset);

controls.runClicked.add(function(){
runner.setSpeed(0.1);
runner.run();
message.reset();
project.lock(true);
Expand Down

0 comments on commit 49245c0

Please sign in to comment.