From da3df2fca7a55ae7ca8342816623bd9cb4d5f33b Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sun, 27 Jan 2019 15:10:15 +0500 Subject: Added "Renderer faces" metric --- src/DebugInfo.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/DebugInfo.hpp') 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 -- cgit v1.2.3