mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 05:53:40 +00:00
change 'frameCount' to be atomic
This commit is contained in:
parent
d42581027c
commit
3284431785
@ -105,7 +105,7 @@ struct AppState
|
||||
atomic_uint_least64_t frameTime;
|
||||
uint64_t lastFrameTime;
|
||||
uint64_t renderTime;
|
||||
uint64_t frameCount;
|
||||
atomic_uint_least64_t frameCount;
|
||||
uint64_t renderCount;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user