From bcfa8d362d740902b6d06066a4620349efa1dea3 Mon Sep 17 00:00:00 2001 From: Victor Zarubkin Date: Sun, 14 Aug 2016 16:05:40 +0300 Subject: [PATCH] (profiler sample) Default value changed for OBJECTS --- sample/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/main.cpp b/sample/main.cpp index c291149..04a1ee0 100644 --- a/sample/main.cpp +++ b/sample/main.cpp @@ -13,7 +13,7 @@ std::condition_variable cv; std::mutex cv_m; int g_i = 0; -int OBJECTS = 9000; +int OBJECTS = 500; int RENDER_SPEPS = 1600; int MODELLING_STEPS = 1000; int RESOURCE_LOADING_COUNT = 50;