Formatting fixes.

This commit is contained in:
Colton Rushton 2020-05-19 22:10:47 -03:00
parent f9d798c321
commit 560800e97a
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ static void newcam_rotate_button(void)
} }
else else
{ {
newcam_yaw_acc = newcam_adjust_value(newcam_yaw_acc,(-gPlayer2Controller->stickX/8), intendedXMag); newcam_yaw_acc = newcam_adjust_value(newcam_yaw_acc,(-gPlayer2Controller->stickX/8, intendedXMag));
} }
else else
if (newcam_analogue) if (newcam_analogue)