Skip to content

Commit

Permalink
Merge pull request #363 from digimatspa/Fix356
Browse files Browse the repository at this point in the history
Fixed problem with PTS/XYZ files where the RGB point colour is not co…
  • Loading branch information
m-schuetz authored May 16, 2020
2 parents 4061ce6 + c93a511 commit 36cabdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PotreeConverter/include/XYZPointReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class XYZPointReader : public PointReader{
}

int i = 0;
for(const auto &f : format) {
for(const auto &f : this->format) {
string token = tokens[i++];
if(f == 'r'){
max = std::max(max, stof(token));
Expand Down

0 comments on commit 36cabdf

Please sign in to comment.