mirror of
https://github.com/yawut/SDL.git
synced 2026-04-26 09:07:00 -05:00
Corrected comment in test program.
This commit is contained in:
parent
ab4156e1ac
commit
37516af4c1
|
|
@ -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…
Reference in New Issue
Block a user