We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb28c37 commit bbca518Copy full SHA for bbca518
freespace2/freespace.cpp
@@ -3141,7 +3141,8 @@ camid game_render_frame_setup()
3141
3142
vec3d old_pos;
3143
main_cam->get_info(&old_pos, nullptr);
3144
- if (camera_cut)
+ bool hyperspace = (Player_ship->flags[Ship::Ship_Flags::Depart_warp] && Warp_params[Player_ship->warpout_params_index].warp_type == WT_HYPERSPACE);
3145
+ if (camera_cut || hyperspace)
3146
old_pos = eye_pos;
3147
3148
// "push" the camera backwards in the direction of its old position based on acceleration to to make it
0 commit comments