mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Another minor fix
This commit is contained in:
parent
68374ca330
commit
f9d798c321
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue