1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Variable name fix + structure creation unrolling in lighting code

This commit is contained in:
Loic Blot 2018-03-08 23:42:49 +01:00 committed by Loïc Blot
parent 6036f865cb
commit bcdb3d56c0
2 changed files with 30 additions and 25 deletions

View file

@ -2238,7 +2238,7 @@ void MMVManip::initialEmerge(v3s16 blockpos_min, v3s16 blockpos_max,
bool block_data_inexistent = false;
try
{
TimeTaker timer1("emerge load", &emerge_load_time);
TimeTaker timer2("emerge load", &emerge_load_time);
block = m_map->getBlockNoCreate(p);
if(block->isDummy())