1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

backing up some stuff

This commit is contained in:
Perttu Ahola 2011-01-26 17:13:19 +02:00
parent adb7f248da
commit bd100c5483
6 changed files with 172 additions and 43 deletions

View file

@ -601,7 +601,7 @@ void MapBlock::updateMesh(u32 daynight_ratio)
*/
{
//TimeTaker timer2("updateMesh() collect");
TimeTaker timer2("updateMesh() collect");
// Lock this, as m_temp_mods will be used directly
JMutexAutoLock lock(m_temp_mods_mutex);