sdl: don't reset haptic gain to 0 on exit

Issue #1963
This commit is contained in:
Flyinghead 2025-06-01 10:52:29 +02:00
parent a1a782df38
commit 39d68ec7fa
1 changed files with 0 additions and 1 deletions

View File

@ -463,7 +463,6 @@ public:
if (haptic != nullptr)
{
stopHaptic();
SDL_HapticSetGain(haptic, 0);
if (sineEffectId != -1) {
SDL_HapticDestroyEffect(haptic, sineEffectId);
sineEffectId = -1;