Disable bettercam's fixed camera at the bridge

This commit is contained in:
MysterD 2020-09-20 17:58:20 -07:00
parent 54cd42608d
commit 2a5459b2dc
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@ void newcam_loop(struct Camera *c) {
newcam_tilt_acc *= 0.6f;
}
newcam_position_cam();
newcam_find_fixed();
//newcam_find_fixed();
if (gMarioObject)
newcam_apply_values(c);
newcam_fade_target_closeup();