Skip to content

Commit

Permalink
fix wrong reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ykeuter committed Nov 5, 2020
1 parent d59ceb7 commit 54b754b
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 54b754b

Please sign in to comment.