fixed issue with ec results not being used

This commit is contained in:
Henry Schimke
2022-10-12 19:14:47 -05:00
parent 3602f9c2e8
commit 7395bb2c29
8 changed files with 51 additions and 37 deletions

View File

@@ -92,7 +92,7 @@ impl FinderPattern {
combinedX,
combinedY,
combinedModuleSize,
combinedCount.floor() as usize,
combinedCount.round() as usize,
)
}
}