Skip to content

Commit

Permalink
Merge pull request microsoft#4558 from alonfaraj/fix-fov-settings
Browse files Browse the repository at this point in the history
Fix settings FOV not applied
  • Loading branch information
Jonathan authored Jun 20, 2022
2 parents eda67e4 + edce6e5 commit 011abba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Unreal/Plugins/AirSim/Source/PIPCamera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,6 @@ void APIPCamera::copyCameraSettingsToSceneCapture(UCameraComponent* src, USceneC
{
if (src && dst) {
dst->SetWorldLocationAndRotation(src->GetComponentLocation(), src->GetComponentRotation());
dst->FOVAngle = src->FieldOfView;

FMinimalViewInfo camera_view_info;
src->GetCameraView(/*DeltaTime =*/0.0f, camera_view_info);
Expand Down

0 comments on commit 011abba

Please sign in to comment.