mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
we really should be using round, but why is it worse?
This commit is contained in:
@@ -92,7 +92,7 @@ impl FinderPattern {
|
||||
combinedX,
|
||||
combinedY,
|
||||
combinedModuleSize,
|
||||
combinedCount.floor() as usize,
|
||||
combinedCount.round() as usize,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user