mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Reduce block load glitches
See #7542 This reduces glitches in deep water and underground caves.
This commit is contained in:
parent
7ebc229b0d
commit
ba7cf30df9
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ void RemoteClient::GetNextBlocks (
|
|||
differs from day-time mesh.
|
||||
*/
|
||||
if (d >= d_opt) {
|
||||
if (!block->getDayNightDiff())
|
||||
if (!block->getIsUnderground() && !block->getDayNightDiff())
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue