Removed extra fixed block. Moved method call

This commit is contained in:
Travis Nickles 2018-07-20 05:05:20 -05:00
parent e99e0afe17
commit f906178b5b

View File

@ -981,9 +981,9 @@ namespace DS4Windows
{
pbAccel[i-6] = pbInput[i];
}
}
fixed (byte* pGyro = gyro, pAccel = accel) sixAxis.handleSixaxis(pGyro, pAccel, cState, elapsedDeltaTime);
sixAxis.handleSixaxis(pbGyro, pbAccel, cState, elapsedDeltaTime);
}
/* Debug output of incoming HID data:
if (cState.L2 == 0xff && cState.R2 == 0xff)