Changed C++ style comments.
This commit is contained in:
parent
8cc5275bde
commit
ed89f98f5b
3 changed files with 8 additions and 5 deletions
|
@ -123,7 +123,9 @@ main(int argc, char *argv[])
|
|||
}
|
||||
break;
|
||||
case SDL_JOYAXISMOTION:
|
||||
/*
|
||||
// SDL_Log("Axis Move: %d\n", event.jaxis.axis);
|
||||
*/
|
||||
if (enable_haptic)
|
||||
SDL_HapticRumblePlay(haptic, 0.25, 250);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue