mirror of
https://github.com/sm64pc/sm64pc.git
synced 2025-04-12 00:05:59 +02:00
Formatting fixes.
This commit is contained in:
parent
f9d798c321
commit
560800e97a
@ -361,7 +361,7 @@ static void newcam_rotate_button(void)
|
||||
}
|
||||
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
|
||||
if (newcam_analogue)
|
||||
|
Loading…
x
Reference in New Issue
Block a user