Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed only supporting last effect.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Aug 5, 2008
1 parent 7bd904c commit a93b6d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/haptic/win32/SDL_syshaptic.c
Expand Up @@ -203,7 +203,6 @@ DI_EffectCallback(LPCDIEFFECTINFO pei, LPVOID pv)
{
/* Prepare the haptic device. */
SDL_Haptic *haptic = (SDL_Haptic*) pv;
haptic->supported = 0;

/* Get supported. */
EFFECT_TEST(GUID_Spring, SDL_HAPTIC_SPRING);
Expand Down

0 comments on commit a93b6d8

Please sign in to comment.