Commit 6effbe49 authored by 540597360@qq.com's avatar 540597360@qq.com

Fix

parent 502a0173
...@@ -1414,6 +1414,7 @@ namespace FLY.HeatingHelper ...@@ -1414,6 +1414,7 @@ namespace FLY.HeatingHelper
{ {
frameIdx1 = -1 frameIdx1 = -1
}; };
if (newitems > 10) newitems = 10; // 最多搜10幅
StartSearchMaxSimilarity(thickClasses[0].from, thickClasses[0].to, newitems, 5, result, StartSearchMaxSimilarity(thickClasses[0].from, thickClasses[0].to, newitems, 5, result,
null, null,
(o, e) => (o, e) =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment