changeset 57:47f7649ab9d5 refactors_no_float

Merge from the default branch
author Chris Cannam
date Fri, 14 Nov 2014 10:25:57 +0000
parents 96ffe524b18e (current diff) a68204b9a529 (diff)
children faa523be20f9
files src/Finder.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Finder.cpp	Fri Nov 14 09:02:32 2014 +0000
+++ b/src/Finder.cpp	Fri Nov 14 10:25:57 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();