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:
parent
d38c869330
commit
bcfa8d362d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user