Corrected comment in test program.

This commit is contained in:
Philipp Wiesemann 2013-08-10 23:07:28 +02:00
parent 28b592cb5d
commit 0b13b79137

View file

@ -213,7 +213,7 @@ main(int argc, char **argv)
nefx++;
}
/* First we'll try a SINE effect. */
/* Finally we'll try a left/right effect. */
if (supported & SDL_HAPTIC_LEFTRIGHT) {
printf(" effect %d: Left/Right\n", nefx);
efx[nefx].type = SDL_HAPTIC_LEFTRIGHT;