mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
some generation-time mud flow tweaking
This commit is contained in:
@@ -350,6 +350,8 @@ Doing now:
|
||||
- Needs method SyncProcessData
|
||||
* What is the problem with the server constantly saving one or a few
|
||||
blocks? List the first saved block, maybe it explains.
|
||||
* Water doesn't start flowing after map generation like it should
|
||||
* Better water generation
|
||||
|
||||
======================================================================
|
||||
|
||||
@@ -2775,7 +2777,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
if(g_settings.getBool("enable_fog") == true)
|
||||
{
|
||||
f32 range = draw_control.wanted_range * BS;
|
||||
//f32 range = draw_control.wanted_range * BS + MAP_BLOCKSIZE/2*BS;
|
||||
f32 range = draw_control.wanted_range * BS + MAP_BLOCKSIZE/3*BS;
|
||||
if(draw_control.range_all)
|
||||
range = 100000*BS;
|
||||
|
||||
|
Reference in New Issue
Block a user