Skip to content

Commit 84a370b

Browse files
committed
Focal length set to match with original PIPCamera
1 parent 7bf9586 commit 84a370b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Unreal/Plugins/AirSim/Source/PIPCamera.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ std::string APIPCamera::getCurrentFieldOfView()
768768

769769
void APIPCamera::copyCameraSettingsToAllSceneCapture(UCameraComponent* camera)
770770
{
771-
int image_count = static_cast<int>(Utils::toNumeric(ImageType::Count));
771+
int image_count = static_cast<int>(Utils::toNumeric(ImageType::Count));
772772
for (int image_type = image_count - 1; image_type >= 0; image_type--) {
773773
if (image_type >= 0) { //scene capture components
774774
copyCameraSettingsToSceneCapture(camera_, captures_[image_type]);

0 commit comments

Comments
 (0)