mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
Minor change comment
This commit is contained in:
@@ -76,7 +76,7 @@
|
|||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* // Create the effect
|
* // 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.type = SDL_HAPTIC_SINE;
|
||||||
* effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates
|
* effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates
|
||||||
* effect.periodic.direction.dir[0] = 18000; // Force comes from south
|
* effect.periodic.direction.dir[0] = 18000; // Force comes from south
|
||||||
|
|||||||
Reference in New Issue
Block a user