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

Commit

Permalink
Backed out hg changeset 7f26fd1df927; docs were wrong, not the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 27, 2013
1 parent 8e91cdb commit 240b60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haptic/SDL_haptic.c
Expand Up @@ -530,7 +530,7 @@ SDL_HapticUpdateEffect(SDL_Haptic * haptic, int effect,

SDL_memcpy(&haptic->effects[effect].effect, data,
sizeof(SDL_HapticEffect));
return effect;
return 0;
}


Expand Down

0 comments on commit 240b60f

Please sign in to comment.