Mercurial > sdl-ios-xcode
changeset 2534:e597de8dccd5 gsoc2008_force_feedback
Was a typo in the mac os x documentation.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Fri, 18 Jul 2008 19:22:56 +0000 |
parents | 0c8cea99c4b8 |
children | f0ed8471497d |
files | src/haptic/darwin/SDL_syshaptic.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/haptic/darwin/SDL_syshaptic.c Fri Jul 18 19:21:36 2008 +0000 +++ b/src/haptic/darwin/SDL_syshaptic.c Fri Jul 18 19:22:56 2008 +0000 @@ -577,7 +577,7 @@ } /* Specifics */ - ramp->lMagnitude = CONVERT(hap_ramp->start); + ramp->lStart = CONVERT(hap_ramp->start); ramp->lEnd = CONVERT(hap_ramp->end); /* Generics */