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.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/DebugInfo.cpp') 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 -- cgit v1.2.3