mirror of
https://github.com/yawut/SDL.git
synced 2026-08-27 19:24:30 -05:00
Corrected comment in test program.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user