1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-14 09:04:31 +02:00
This commit is contained in:
XProger
2018-03-06 04:20:05 +03:00

View File

@@ -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;