Backed out hg changeset 7f26fd1df927; docs were wrong, not the code.

This commit is contained in:
Ryan C. Gordon 2013-07-27 13:13:57 -04:00
parent 546bedb836
commit dd41037670

View file

@ -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;
}