removed debug profiling
This commit is contained in:
parent
6214e1a507
commit
097e6fde2f
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user