diff options
Diffstat (limited to '')
-rw-r--r-- | source/BlockID.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp index 81be6df96..78d1b3b69 100644 --- a/source/BlockID.cpp +++ b/source/BlockID.cpp @@ -353,6 +353,7 @@ public: g_BlockTransparent[E_BLOCK_FIRE] = true; g_BlockTransparent[E_BLOCK_GLASS] = true; g_BlockTransparent[E_BLOCK_ICE] = true; + g_BlockTransparent[E_BLOCK_LEAVES] = true; g_BlockTransparent[E_BLOCK_RED_MUSHROOM] = true; g_BlockTransparent[E_BLOCK_RED_ROSE] = true; g_BlockTransparent[E_BLOCK_SIGN_POST] = true; |