mirror of
https://github.com/yawut/SDL.git
synced 2026-03-21 17:34:36 -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++;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user