MainWindow: Fixed a bug creating more error with refining with ICP in Post-Processing

This commit is contained in:
matlabbe
2016-08-10 10:06:22 -04:00
parent 28462bb2b5
commit 0152941ecf

View File

@@ -4546,7 +4546,7 @@ void MainWindow::postProcessing()
if(!transform.isNull())
{
Link newLink(from, to, iter->second.type(), transform*iter->second.transform(), info.variance, info.variance);
Link newLink(from, to, iter->second.type(), transform, info.variance, info.variance);
iter->second = newLink;
}
else