Doors: Remove use_texture_alpha from door definition

master
Thomas--S 2016-06-30 19:08:55 +02:00 committed by paramat
parent 1231f72628
commit 55fd286083
1 changed files with 0 additions and 1 deletions

View File

@ -399,7 +399,6 @@ function doors.register(name, def)
def.paramtype = "light"
def.paramtype2 = "facedir"
def.sunlight_propagates = true
def.use_texture_alpha = true
def.walkable = true
def.is_ground_content = false
def.buildable_to = false