Skip to content

Commit 1133849

Browse files
authored
Fix frontview camera initial position (#4413)
1 parent 011fdf8 commit 1133849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/player_instances.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,7 @@ long pinstfs_zoom_out_of_heart(struct PlayerInfo *player, int32_t *n)
655655
cam->zoom = 24000;
656656
}
657657
cam->rotation_angle_x = 0;
658+
sync_local_camera(player);
658659
if (!TimerNoReset)
659660
{
660661
timerstarttime = LbTimerClock();

0 commit comments

Comments
 (0)