Skip to content

Commit

Permalink
Adjust last speed slider value to a valid value
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinna Adhikari committed Feb 16, 2021
1 parent ff8f87b commit ddb8ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sliderMap[1] = 1;
sliderMap[2] = 2;
sliderMap[3] = 5;
sliderMap[4] = 10;
sliderMap[5] = 50;
sliderMap[5] = 20;

export function setAnimateInstructions(instructions){
animateInstructions = instructions;
Expand Down

0 comments on commit ddb8ffa

Please sign in to comment.