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

default setting change, random tinkering

This commit is contained in:
Perttu Ahola 2010-11-29 19:55:41 +02:00
parent d10627a77f
commit c51fef56a8
4 changed files with 16 additions and 7 deletions

View file

@ -143,10 +143,10 @@ public:
*/
JMutexAutoLock * waitCaches()
{
dstream<<"waitCaches() begin"<<std::endl;
//dstream<<"waitCaches() begin"<<std::endl;
JMutexAutoLock waitcachelock(m_waitcache_mutex);
JMutexAutoLock *lock = new JMutexAutoLock(m_cache_mutex);
dstream<<"waitCaches() end"<<std::endl;
//dstream<<"waitCaches() end"<<std::endl;
return lock;
}