0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 16:11:02 +08:00

(profiler sample) Default value changed for OBJECTS

This commit is contained in:
Victor Zarubkin 2016-08-14 16:05:40 +03:00
parent d38c869330
commit bcfa8d362d

View File

@ -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;