summaryrefslogtreecommitdiffstats
path: root/src/DebugInfo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DebugInfo.hpp')
-rw-r--r--src/DebugInfo.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DebugInfo.hpp b/src/DebugInfo.hpp
index e6aa17c..7ba1686 100644
--- a/src/DebugInfo.hpp
+++ b/src/DebugInfo.hpp
@@ -5,7 +5,8 @@
struct DebugInfo {
static std::atomic_int totalSections;
static std::atomic_int renderSections;
+ static std::atomic_int culledSections;
static std::atomic_int readyRenderer;
static std::atomic_int gameThreadTime;
static std::atomic_int renderFaces;
-}; \ No newline at end of file
+};