mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
"or" -> "||" in content_mapblock.cpp
This commit is contained in:
parent
2f2b7915ea
commit
99d257ae8b
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ void mapblock_mesh_generate_special(MeshMakeData *data,
|
|||
|
||||
if(adjacencies == 1)
|
||||
{
|
||||
if(is_rail_x_all[0] or is_rail_x_all[1])
|
||||
if(is_rail_x_all[0] || is_rail_x_all[1])
|
||||
angle = 90;
|
||||
}
|
||||
if(adjacencies == 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue