mirror of
https://github.com/minetest/minetest.git
synced 2024-12-23 22:52:25 +01:00
"or" -> "||" in content_mapblock.cpp
This commit is contained in:
parent
2f2b7915ea
commit
99d257ae8b
@ -922,7 +922,7 @@ void mapblock_mesh_generate_special(MeshMakeData *data,
|
|||||||
|
|
||||||
if(adjacencies == 1)
|
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;
|
angle = 90;
|
||||||
}
|
}
|
||||||
if(adjacencies == 2)
|
if(adjacencies == 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user