Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed no-longer-necessary comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 10, 2013
1 parent a34acd0 commit 692dde1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/haptic/windows/SDL_syshaptic.c
Expand Up @@ -1271,10 +1271,6 @@ SDL_SYS_HapticUpdateEffect(SDL_Haptic * haptic,
DIEFFECT temp;

if (haptic->hwdata->bXInputHaptic) {
/* From MSDN:
"Note that the right motor is the high-frequency motor, the left
motor is the low-frequency motor. They do not always need to be
set to the same amount, as they provide different effects." */
XINPUT_VIBRATION *vib = &effect->hweffect->vibration;
SDL_assert(data->type == SDL_HAPTIC_LEFTRIGHT);
vib->wLeftMotorSpeed = data->leftright.large_magnitude;
Expand Down

0 comments on commit 692dde1

Please sign in to comment.