Skip to content

Commit 55fd286

Browse files
Thomas--Sparamat
authored andcommittedJul 1, 2016
Doors: Remove use_texture_alpha from door definition
1 parent 1231f72 commit 55fd286

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎mods/doors/init.lua

-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ function doors.register(name, def)
399399
def.paramtype = "light"
400400
def.paramtype2 = "facedir"
401401
def.sunlight_propagates = true
402-
def.use_texture_alpha = true
403402
def.walkable = true
404403
def.is_ground_content = false
405404
def.buildable_to = false

0 commit comments

Comments
 (0)
Please sign in to comment.