Skip to content

Commit

Permalink
Merge pull request #3163 from ykeuter/pixels-as-float
Browse files Browse the repository at this point in the history
pixels_as_float not working in Unity
  • Loading branch information
Jonathan authored Feb 24, 2021
2 parents 487f845 + 54b754b commit 0a3f84c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace UnityUtilities
airsim_request.camera_name = const_cast<char*>(request.camera_name.c_str());
airsim_request.compress = request.compress;
airsim_request.image_type = request.image_type;
airsim_request.pixels_as_float = airsim_request.pixels_as_float;
airsim_request.pixels_as_float = request.pixels_as_float;
return airsim_request;
}

Expand Down

0 comments on commit 0a3f84c

Please sign in to comment.