fixed output textures count

This commit is contained in:
matlabbe
2017-06-09 17:51:13 -04:00
parent 4ac422314d
commit e321e1bb2c
2 changed files with 2 additions and 1 deletions

View File

@@ -3604,6 +3604,7 @@ std::vector<cv::Mat> ExportCloudsDialog::mergeTextures(
}
}
}
UDEBUG("globalTextures=%d", (int)globalTextures.size());
return globalTextures;
}