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 7bf9586 commit 84a370bCopy full SHA for 84a370b
Unreal/Plugins/AirSim/Source/PIPCamera.cpp
@@ -768,7 +768,7 @@ std::string APIPCamera::getCurrentFieldOfView()
768
769
void APIPCamera::copyCameraSettingsToAllSceneCapture(UCameraComponent* camera)
770
{
771
- int image_count = static_cast<int>(Utils::toNumeric(ImageType::Count));
+ int image_count = static_cast<int>(Utils::toNumeric(ImageType::Count));
772
for (int image_type = image_count - 1; image_type >= 0; image_type--) {
773
if (image_type >= 0) { //scene capture components
774
copyCameraSettingsToSceneCapture(camera_, captures_[image_type]);
0 commit comments