Skip to content

Commit

Permalink
Minor change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Nov 23, 2021
1 parent 9c72adc commit e5467af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_haptic.h
Expand Up @@ -76,7 +76,7 @@
* }
*
* // Create the effect
* memset( &effect, 0, sizeof(SDL_HapticEffect) ); // 0 is safe default
* SDL_memset( &effect, 0, sizeof(SDL_HapticEffect) ); // 0 is safe default
* effect.type = SDL_HAPTIC_SINE;
* effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates
* effect.periodic.direction.dir[0] = 18000; // Force comes from south
Expand Down

0 comments on commit e5467af

Please sign in to comment.