mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-12-08 21:17:44 +00:00
made frame count atomic
This commit is contained in:
@@ -102,7 +102,7 @@ extern std::atomic_size_t ErrorCount;
|
||||
* The default value is zero, the app is responsible for updating it
|
||||
* within its main loop.
|
||||
*/
|
||||
extern uint64_t FrameIndex;
|
||||
extern std::atomic_uint_fast64_t FrameIndex;
|
||||
|
||||
/**
|
||||
* @brief Restore centralized logger vector to default state (silent operation)
|
||||
|
||||
Reference in New Issue
Block a user