c++ 33ce0dd7ece806083a631add36b1735a5a600763

This commit is contained in:
Henry Schimke
2023-05-30 16:12:15 -05:00
parent 94a2e9f418
commit 2ef19d37df

View File

@@ -52,7 +52,7 @@ fn FindPattern(view: PatternView<'_>) -> Result<PatternView<'_>> {
{ {
return false; return false;
} }
IsPattern::<E2E, 5, 7, false>(view, &PATTERN, spaceInPixel, 0.5, 0.0) != 0.0 IsPattern::<E2E, 5, 7, false>(view, &PATTERN, spaceInPixel, 0.1, 0.0) != 0.0
}, },
) )
} }