mirror of https://github.com/sm64pc/sm64pc.git
Another minor fix
This commit is contained in:
parent
68374ca330
commit
f9d798c321
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue