From 49b65a5593c981a4ebc587538923e267a22c2437 Mon Sep 17 00:00:00 2001 From: number Zero Date: Mon, 29 Jan 2018 20:24:15 +0300 Subject: Fix liquid bottoms not being rendered --- src/content_mapblock.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/content_mapblock.h') diff --git a/src/content_mapblock.h b/src/content_mapblock.h index 3d196aa99..ac3bda799 100644 --- a/src/content_mapblock.h +++ b/src/content_mapblock.h @@ -92,6 +92,7 @@ public: // liquid-specific bool top_is_same_liquid; + bool draw_liquid_bottom; TileSpec tile_liquid; TileSpec tile_liquid_top; content_t c_flowing; @@ -112,6 +113,7 @@ public: f32 getCornerLevel(int i, int k); void drawLiquidSides(); void drawLiquidTop(); + void drawLiquidBottom(); // raillike-specific // name of the group that enables connecting to raillike nodes of different kind -- cgit v1.2.3