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

master
Perttu Ahola 2012-03-18 16:07:17 +02:00
parent 2f2b7915ea
commit 99d257ae8b
1 changed files with 1 additions and 1 deletions

View File

@ -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)