Slow mode threshold is 1.25 seconds

This commit is contained in:
Jordan Sherer 2019-12-07 15:52:50 -05:00
parent 618616af91
commit 04fa0f42ad

View File

@ -2553,7 +2553,7 @@ int MainWindow::computeStop(int submode, int period){
#if JS8E_IS_ULTRA
threshold = 0.0;
#else
threshold = 2.0;
threshold = 1.25;
#endif
break;
}