mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
92ac86ae3c
The lower bound of the `bit_set` was only being applied *after* searching for a matching enum value, so values wouldn't line up if the minimum value of the enum wasn't 0.