Skip to content

Commit

Permalink
convert _value to float
Browse files Browse the repository at this point in the history
  • Loading branch information
noacoohen committed Nov 7, 2024
1 parent 964fd5a commit e04eb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proc/rotation-filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace librealsense
uint16_t _rotated_width;
uint16_t _rotated_height;

int _value;
float _value;
};
MAP_EXTENSION( RS2_EXTENSION_ROTATION_FILTER, librealsense::rotation_filter );
}

0 comments on commit e04eb64

Please sign in to comment.