Skip to content

Commit

Permalink
Change default speed factor step to 0.001
Browse files Browse the repository at this point in the history
Fix #86
  • Loading branch information
carsonip committed Jun 27, 2021
1 parent 5112bb5 commit e62ac15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefconstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const static int ADJUST_INTERVAL_STEP = 50;
const static double SPEED_FACTOR = 1.0;
const static double SPEED_FACTOR_MAX = 10.0;
const static double SPEED_FACTOR_MIN = 0.1;
const static double SPEED_FACTOR_STEP = 0.002;
const static double SPEED_FACTOR_STEP = 0.001;
const static bool RESET_SPEED_FACTOR_ON_LAUNCH = true;

const QString ENCODING = "UTF-8";
Expand Down

0 comments on commit e62ac15

Please sign in to comment.