mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-14 09:04:31 +02:00
Merge branch 'master' of https://github.com/XProger/OpenLara
This commit is contained in:
@@ -317,7 +317,7 @@ void joyRumble(JoyDevice &joy) {
|
||||
if (joy.oL == 0.0f && joy.vL == 0.0f && joy.oR == 0.0f && joy.vR == 0.0f)
|
||||
return;
|
||||
|
||||
if (osGetTime() < joy.time)
|
||||
if (osGetTime() <= joy.time)
|
||||
return;
|
||||
|
||||
input_event event;
|
||||
|
Reference in New Issue
Block a user