Skip to content

Commit

Permalink
Fix for black texture in certain scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
entuland committed Jul 29, 2018
1 parent 10e6f80 commit 2d9e174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ minetest.register_node(tpad.nodename, {
drawtype = "mesh",
tiles = { tpad.texture },
mesh = tpad.mesh,
paramtype = "light",
paramtype2 = "facedir",
on_place = tpad.on_place,
collision_box = collision_box,
Expand Down

0 comments on commit 2d9e174

Please sign in to comment.