forked from Mirrorlandia_minetest/minetest
tuned water texture and removed two debug prints from server
This commit is contained in:
parent
bc66bb2d40
commit
8581bf0091
BIN
data/water.png
BIN
data/water.png
Binary file not shown.
Before Width: | Height: | Size: 512 B After Width: | Height: | Size: 518 B |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user