tuned water texture and removed two debug prints from server

master
Perttu Ahola 2011-04-02 21:10:53 +03:00
parent bc66bb2d40
commit 8581bf0091
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 512 B

After

Width:  |  Height:  |  Size: 518 B

View File

@ -233,11 +233,11 @@ void * EmergeThread::Thread()
if(lighting_invalidated_blocks.size() > 0)
{
dstream<<"lighting "<<lighting_invalidated_blocks.size()
<<" blocks"<<std::endl;
/*dstream<<"lighting "<<lighting_invalidated_blocks.size()
<<" blocks"<<std::endl;*/
// 50-100ms for single block generation
TimeTaker timer("** EmergeThread updateLighting");
//TimeTaker timer("** EmergeThread updateLighting");
// Update lighting without locking the environment mutex,
// add modified blocks to changed blocks