mirror of
https://github.com/izzy2lost/sm64-izzys-port-android.git
synced 2026-07-05 15:19:31 -07:00
Another minor fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user