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