mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
Backed out hg changeset 7f26fd1df927; docs were wrong, not the code.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user