mirror of
https://github.com/starovoid/rxing.git
synced 2026-09-26 09:55:11 +00:00
Previously, the struct was passed around everywhere as a reference. It only holds two floats, so there's no real need for indirection. Now it's being passed as a value.