mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Tune map rendering and related diagnostics
This commit is contained in:
@@ -1983,8 +1983,10 @@ void the_game(
|
||||
range = draw_control.wanted_range*BS + MAP_BLOCKSIZE*BS*1.5;
|
||||
if(draw_control.range_all)
|
||||
range = 100000*BS;
|
||||
if(range < 50*BS)
|
||||
range = range * 0.5 + 25*BS;
|
||||
/*if(range < 50*BS)
|
||||
range = range * 0.5 + 25*BS;*/
|
||||
// Move the invisible limit a bit further
|
||||
//range *= 1.2;
|
||||
}
|
||||
|
||||
driver->setFog(
|
||||
|
Reference in New Issue
Block a user