Skip to content

Commit

Permalink
MainWindow: Fixed a bug creating more error with refining with ICP in…
Browse files Browse the repository at this point in the history
… Post-Processing
  • Loading branch information
matlabbe committed Aug 10, 2016
1 parent 28462bb commit 0152941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guilib/src/MainWindow.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 0152941

Please sign in to comment.