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

Commit

Permalink
Merging another last minute fix from force feedback branch (r4036)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Aug 25, 2008
1 parent c7b45ba commit d3caa5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haptic/win32/SDL_syshaptic.c
Expand Up @@ -1374,7 +1374,7 @@ SDL_SYS_HapticUnpause(SDL_Haptic * haptic)
* Stops all the playing effects on the device.
*/
int
SDL_SYS_HapticUnpause(SDL_Haptic * haptic)
SDL_SYS_HapticStopAll(SDL_Haptic * haptic)
{
HRESULT ret;

Expand Down

0 comments on commit d3caa5e

Please sign in to comment.