Skip to content
Snippets Groups Projects
Commit 785f5e5c authored by Diego Rey's avatar Diego Rey
Browse files

Fixed speed controls

parent dd64b11f
No related branches found
No related tags found
No related merge requests found
......@@ -354,7 +354,7 @@ export class Graph2DComponent {
* @desc Decrease Speed Animation
*/
public decreaseSpeed = function() {
if (this.animation.speedX > 0.07) {
if (this.animation.speedX > 0.19) {
this.animation.speed *= 1.1;
this.animation.speedX -= 0.1;
this.pauseAnimation();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment