author | Philipp Wiesemann |
Sat, 10 Aug 2013 23:07:28 +0200 | |
changeset 7629 | a0a3bd77cbc4 |
parent 7628 | ebf5f6859e40 |
child 7630 | c711a2f14814 |
test/testhaptic.c | file | annotate | diff | comparison | revisions |
1.1 --- a/test/testhaptic.c Sat Aug 10 11:19:30 2013 -0700 1.2 +++ b/test/testhaptic.c Sat Aug 10 23:07:28 2013 +0200 1.3 @@ -213,7 +213,7 @@ 1.4 nefx++; 1.5 } 1.6 1.7 - /* First we'll try a SINE effect. */ 1.8 + /* Finally we'll try a left/right effect. */ 1.9 if (supported & SDL_HAPTIC_LEFTRIGHT) { 1.10 printf(" effect %d: Left/Right\n", nefx); 1.11 efx[nefx].type = SDL_HAPTIC_LEFTRIGHT;