Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed a bug, that made compiling on gcc impossible
std::atomic<float> m_fGlobalTime = 0.0f; => std::atomic<float> m_fGlobalTime = {0.0f}; thx J. Random Programmer
- Loading branch information