changeset 55:a68204b9a529

Ensure matrix is recalculated for reverse path
author Chris Cannam
date Fri, 14 Nov 2014 10:24:13 +0000
parents 2f8a802b62f9
children 506f0d9880db 47f7649ab9d5 cca298ecfc72
files src/Finder.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Finder.cpp	Thu Nov 13 12:55:29 2014 +0000
+++ b/src/Finder.cpp	Fri Nov 14 10:24:13 2014 +0000
@@ -252,6 +252,8 @@
     int x = pm2->getFrameCount() - 1;
     int y = pm1->getFrameCount() - 1;
 
+    recalculatePathCostMatrix(0, 0, y, x);
+
     pathx.clear();
     pathy.clear();