mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-26 17:30:02 +00:00
The calls to `atomic_add*` return the value before adding, not after, so the previous code was causing the occasional data race.
The calls to `atomic_add*` return the value before adding, not after, so the previous code was causing the occasional data race.