Skip to content

Commit 36cabdf

Browse files
authored
Merge pull request #363 from digimatspa/Fix356
Fixed problem with PTS/XYZ files where the RGB point colour is not co…
2 parents 4061ce6 + c93a511 commit 36cabdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PotreeConverter/include/XYZPointReader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class XYZPointReader : public PointReader{
9797
}
9898

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

0 commit comments

Comments
 (0)