diff options
author | LaG1924 <lag1924@gmail.com> | 2021-06-29 13:22:31 +0200 |
---|---|---|
committer | LaG1924 <lag1924@gmail.com> | 2021-06-29 13:22:31 +0200 |
commit | cfb56c9255fbf37a6bb9f0a6758db87320364cf6 (patch) | |
tree | 3087614059392d5c2b9927ddf37ad01955e7bf84 /src/DebugInfo.hpp | |
parent | Removed old items ids (diff) | |
download | AltCraft-cfb56c9255fbf37a6bb9f0a6758db87320364cf6.tar AltCraft-cfb56c9255fbf37a6bb9f0a6758db87320364cf6.tar.gz AltCraft-cfb56c9255fbf37a6bb9f0a6758db87320364cf6.tar.bz2 AltCraft-cfb56c9255fbf37a6bb9f0a6758db87320364cf6.tar.lz AltCraft-cfb56c9255fbf37a6bb9f0a6758db87320364cf6.tar.xz AltCraft-cfb56c9255fbf37a6bb9f0a6758db87320364cf6.tar.zst AltCraft-cfb56c9255fbf37a6bb9f0a6758db87320364cf6.zip |
Diffstat (limited to '')
-rw-r--r-- | src/DebugInfo.hpp | 3 |
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 +}; |