mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cleaned up many warnings
This commit is contained in:
@@ -160,7 +160,7 @@ pub trait GridSampler {
|
||||
if y == -1 {
|
||||
points[offset + 1] = 0.0f32;
|
||||
nudged = true;
|
||||
} else if (y == height.try_into().unwrap()) {
|
||||
} else if y == height.try_into().unwrap() {
|
||||
points[offset + 1] = height as f32 - 1f32;
|
||||
nudged = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user