mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-25 20:16:53 +01:00
This commit is contained in:
parent
b11d28d5b4
commit
64dde0c18b
@ -145,7 +145,7 @@ UpdatePads()
|
|||||||
|
|
||||||
now = gettime();
|
now = gettime();
|
||||||
|
|
||||||
if(!padsConnected && diff_usec(prev, now) < 2000000)
|
if(!padsConnected && diff_sec(prev, now) < 2)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
prev = now;
|
prev = now;
|
||||||
|
Loading…
Reference in New Issue
Block a user