Slow mode threshold is 1.25 seconds
This commit is contained in:
parent
618616af91
commit
04fa0f42ad
@ -2553,7 +2553,7 @@ int MainWindow::computeStop(int submode, int period){
|
|||||||
#if JS8E_IS_ULTRA
|
#if JS8E_IS_ULTRA
|
||||||
threshold = 0.0;
|
threshold = 0.0;
|
||||||
#else
|
#else
|
||||||
threshold = 2.0;
|
threshold = 1.25;
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user