summaryrefslogtreecommitdiffstats
path: root/src/DebugInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DebugInfo.cpp')
-rw-r--r--src/DebugInfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DebugInfo.cpp b/src/DebugInfo.cpp
index e2d439b..89e9425 100644
--- a/src/DebugInfo.cpp
+++ b/src/DebugInfo.cpp
@@ -3,4 +3,5 @@
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::gameThreadTime(0);
+std::atomic_int DebugInfo::renderFaces(0); \ No newline at end of file