mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
parent
ecc8b70182
commit
354635f9fb
1 changed files with 3 additions and 2 deletions
|
@ -885,8 +885,9 @@ static void updateFastFaceRow(
|
||||||
&& next_lights[3] == lights[3]
|
&& next_lights[3] == lights[3]
|
||||||
&& next_tile == tile
|
&& next_tile == tile
|
||||||
&& tile.rotation == 0
|
&& tile.rotation == 0
|
||||||
&& next_light_source == light_source)
|
&& next_light_source == light_source
|
||||||
{
|
&& (tile.material_flags & MATERIAL_FLAG_TILEABLE_HORIZONTAL)
|
||||||
|
&& (tile.material_flags & MATERIAL_FLAG_TILEABLE_VERTICAL)) {
|
||||||
next_is_different = false;
|
next_is_different = false;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue