Fix doors disappearing while underwater

Currently any doors viewed from underwater will disappear but removing the line 'use_texture_alpha = true,' seems to fix this.  Thanks to Thomas-S for finding this glitch.
master
tenplus1 2016-04-01 11:34:28 +01:00 committed by paramat
parent 874b1ae326
commit e38f69d549
1 changed files with 0 additions and 2 deletions

View File

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