diff --git a/ion/src/simulator/shared/haptics.cpp b/ion/src/simulator/shared/haptics.cpp index 3cd26fe66..061335f84 100644 --- a/ion/src/simulator/shared/haptics.cpp +++ b/ion/src/simulator/shared/haptics.cpp @@ -26,7 +26,7 @@ void shutdown() { void rumble() { if (sSDLHaptic && isEnabled()) { - SDL_HapticRumblePlay(sSDLHaptic, 1.0, 40); + SDL_HapticRumblePlay(sSDLHaptic, 1.0, 1); } }