mirror of
https://github.com/yawut/SDL.git
synced 2026-04-12 11:56:08 -05:00
Backed out hg changeset 7f26fd1df927; docs were wrong, not the code.
This commit is contained in:
parent
f5d7428a9e
commit
ce89bf2ea5
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user