Skip to content
Snippets Groups Projects
Commit fbbe79df authored by Thomas--S's avatar Thomas--S Committed by Milan
Browse files

merge upstream commit: Doors: Remove use_texture_alpha from door definition

parent 45d7eebf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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