Skip to content

Commit

Permalink
Merge pull request #2533 from csukuangfj/fix-2476
Browse files Browse the repository at this point in the history
use the default alpha value (fix #2476)
  • Loading branch information
SergioRAgostinho authored Oct 8, 2018
2 parents 1490739 + fc79d40 commit 85c17b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/include/pcl/point_types_conversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ namespace pcl
for (size_t u = 0; u < width_; u++)
{
PointXYZRGBA pt;
pt.a = 0;
float depth_ = depth.at (u, v).intensity;

if (depth_ == 0)
Expand Down

0 comments on commit 85c17b4

Please sign in to comment.