diff options
author | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2019-01-27 11:10:15 +0100 |
---|---|---|
committer | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2019-01-27 11:10:15 +0100 |
commit | da3df2fca7a55ae7ca8342816623bd9cb4d5f33b (patch) | |
tree | ef25c742afca6962647aa055f02548ce43f4c472 /src/DebugInfo.hpp | |
parent | Added const-keyword to World (diff) | |
download | AltCraft-da3df2fca7a55ae7ca8342816623bd9cb4d5f33b.tar AltCraft-da3df2fca7a55ae7ca8342816623bd9cb4d5f33b.tar.gz AltCraft-da3df2fca7a55ae7ca8342816623bd9cb4d5f33b.tar.bz2 AltCraft-da3df2fca7a55ae7ca8342816623bd9cb4d5f33b.tar.lz AltCraft-da3df2fca7a55ae7ca8342816623bd9cb4d5f33b.tar.xz AltCraft-da3df2fca7a55ae7ca8342816623bd9cb4d5f33b.tar.zst AltCraft-da3df2fca7a55ae7ca8342816623bd9cb4d5f33b.zip |
Diffstat (limited to 'src/DebugInfo.hpp')
-rw-r--r-- | src/DebugInfo.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DebugInfo.hpp b/src/DebugInfo.hpp index a29a056..e6aa17c 100644 --- a/src/DebugInfo.hpp +++ b/src/DebugInfo.hpp @@ -7,4 +7,5 @@ struct DebugInfo { static std::atomic_int renderSections; static std::atomic_int readyRenderer; static std::atomic_int gameThreadTime; + static std::atomic_int renderFaces; };
\ No newline at end of file |