summary refs log tree commit diff
path: root/src/World/BlockType.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/World/BlockType.hpp')
-rw-r--r--src/World/BlockType.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/World/BlockType.hpp b/src/World/BlockType.hpp
index dbf6f78..edca3d7 100644
--- a/src/World/BlockType.hpp
+++ b/src/World/BlockType.hpp
@@ -30,6 +30,7 @@ public:
         switch (m_block) {
         case Air:
         case Leaves:
+        case Water:
             return true;
         default:
             return false;