summaryrefslogtreecommitdiffstats
path: root/src/DebugInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DebugInfo.cpp')
-rw-r--r--src/DebugInfo.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/DebugInfo.cpp b/src/DebugInfo.cpp
index 309c7aa..e2d439b 100644
--- a/src/DebugInfo.cpp
+++ b/src/DebugInfo.cpp
@@ -1,6 +1,6 @@
#include "DebugInfo.hpp"
-std::atomic_int DebugInfo::totalSections = 0;
-std::atomic_int DebugInfo::renderSections = 0;
-std::atomic_int DebugInfo::readyRenderer = 0;
-std::atomic_int DebugInfo::gameThreadTime = 0; \ No newline at end of file
+std::atomic_int DebugInfo::totalSections(0);
+std::atomic_int DebugInfo::renderSections(0);
+std::atomic_int DebugInfo::readyRenderer(0);
+std::atomic_int DebugInfo::gameThreadTime(0); \ No newline at end of file