Fix crash on the play option menu when scroll speed is >0.5 and <1.0
This commit is contained in:
parent
f4e8962e36
commit
df27cbac9c
@ -461,7 +461,7 @@ namespace TJAPlayer3
|
|||||||
|
|
||||||
int speed = TJAPlayer3.ConfigIni.nScrollSpeed[actual];
|
int speed = TJAPlayer3.ConfigIni.nScrollSpeed[actual];
|
||||||
|
|
||||||
if (speed <= 4)
|
if (speed <= 8)
|
||||||
nSpeedCount = 0;
|
nSpeedCount = 0;
|
||||||
else if (speed <= 19)
|
else if (speed <= 19)
|
||||||
nSpeedCount = speed - 8;
|
nSpeedCount = speed - 8;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user