removed debug profiling

This commit is contained in:
MihailRis 2024-01-18 00:55:46 +03:00
parent 6214e1a507
commit 097e6fde2f

View File

@ -87,7 +87,7 @@ void BlocksController::update(float delta) {
} }
void BlocksController::randomTick(int tickid, int parts) { void BlocksController::randomTick(int tickid, int parts) {
timeutil::ScopeLogTimer timer(5000+tickid); // timeutil::ScopeLogTimer timer(5000+tickid);
const int w = chunks->w; const int w = chunks->w;
const int d = chunks->d; const int d = chunks->d;
int segments = 4; int segments = 4;