mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-16 22:21:24 +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.