mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-03 14:25:00 +00:00
e401b206d0
Added in aa44bac652, the "atomic" accumulated timer is based on a
structure that mixes atomic and non-atomic access, which is not fit to
be converted to std::atomic.
Additionally, it is only used in a single situation where benchmarking
is not essential to us.