Skip to content

Commit

Permalink
Remove unnecessary set_pre_flattened_rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Nov 29, 2023
1 parent 632dc2c commit 28c9714
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mods/UObjectHook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ void UObjectHook::on_pre_calculate_stereo_view_offset(void* stereo_device, const

// Decoupled Pitch
if (vr->is_decoupled_pitch_enabled()) {
vr->set_pre_flattened_rotation(vqi_norm);
vqi_norm = utility::math::flatten(vqi_norm);
}

Expand Down

0 comments on commit 28c9714

Please sign in to comment.