mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
tuned water texture and removed two debug prints from server
This commit is contained in:
parent
bc66bb2d40
commit
8581bf0091
2 changed files with 3 additions and 3 deletions
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)
|
if(lighting_invalidated_blocks.size() > 0)
|
||||||
{
|
{
|
||||||
dstream<<"lighting "<<lighting_invalidated_blocks.size()
|
/*dstream<<"lighting "<<lighting_invalidated_blocks.size()
|
||||||
<<" blocks"<<std::endl;
|
<<" blocks"<<std::endl;*/
|
||||||
|
|
||||||
// 50-100ms for single block generation
|
// 50-100ms for single block generation
|
||||||
TimeTaker timer("** EmergeThread updateLighting");
|
//TimeTaker timer("** EmergeThread updateLighting");
|
||||||
|
|
||||||
// Update lighting without locking the environment mutex,
|
// Update lighting without locking the environment mutex,
|
||||||
// add modified blocks to changed blocks
|
// add modified blocks to changed blocks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue