Fix leaves2's culling

This commit is contained in:
Thinkofname 2016-03-31 20:51:41 +01:00
parent e2fa041607
commit b161e3004c
1 changed files with 1 additions and 1 deletions

View File

@ -3745,7 +3745,7 @@ define_blocks! {
| (if check_decay { 0x8 } else { 0x0 })),
material Material {
renderable: true,
never_cull: false,
never_cull: true,
should_cull_against: false,
force_shade: true,
transparent: false,