1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-05 01:35:29 +01:00

Fix liquid bottoms not being rendered

This commit is contained in:
number Zero
2018-01-29 20:24:15 +03:00
committed by sfan5
parent cc400581e2
commit 49b65a5593
2 changed files with 29 additions and 0 deletions

View File

@@ -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