Skip to content
Snippets Groups Projects
Commit 99d257ae authored by Perttu Ahola's avatar Perttu Ahola
Browse files

"or" -> "||" in content_mapblock.cpp

parent 2f2b7915
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment