fix ladders back face being culled

This commit is contained in:
darkrose 2013-10-27 01:27:21 +10:00
parent f14fe80543
commit 16b86e472d
1 changed files with 1 additions and 0 deletions

View File

@ -1306,6 +1306,7 @@ void content_mapnode_init()
f->description = std::string("Ladder");
f->setInventoryTexture("ladder.png");
f->setAllTextures("ladder.png");
f->setAllTextureFlags(0);
f->light_propagates = true;
f->param_type = CPT_LIGHT;
f->draw_type = CDT_WALLMOUNT;