File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples_tests/22.RaytracedAO Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -597,13 +597,13 @@ int main(int argc, char** argv)
597
597
{
598
598
SensorData cubemapFaceSensorData = mainSensorData;
599
599
600
- if (mainSensorData .outputFilePath .empty ())
600
+ if (cubemapFaceSensorData .outputFilePath .empty ())
601
601
{
602
- mainSensorData .outputFilePath = std::filesystem::path (" Render_" + mainFileName + " _Sensor_" + std::to_string (idx) + suffixes[i]);
602
+ cubemapFaceSensorData .outputFilePath = std::filesystem::path (" Render_" + mainFileName + " _Sensor_" + std::to_string (idx) + suffixes[i]);
603
603
}
604
604
else
605
605
{
606
- cubemapFaceSensorData.outputFilePath += suffixes[i];
606
+ cubemapFaceSensorData.outputFilePath += ( suffixes[i]) ;
607
607
}
608
608
609
609
cubemapFaceSensorData.staticCamera = smgr->addCameraSceneNode (nullptr );
You can’t perform that action at this time.
0 commit comments