Corrected comment in test program.
This commit is contained in:
parent
28b592cb5d
commit
0b13b79137
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ main(int argc, char **argv)
|
||||||
nefx++;
|
nefx++;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* First we'll try a SINE effect. */
|
/* Finally we'll try a left/right effect. */
|
||||||
if (supported & SDL_HAPTIC_LEFTRIGHT) {
|
if (supported & SDL_HAPTIC_LEFTRIGHT) {
|
||||||
printf(" effect %d: Left/Right\n", nefx);
|
printf(" effect %d: Left/Right\n", nefx);
|
||||||
efx[nefx].type = SDL_HAPTIC_LEFTRIGHT;
|
efx[nefx].type = SDL_HAPTIC_LEFTRIGHT;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue