diff --git a/source/game/StarWorldClient.cpp b/source/game/StarWorldClient.cpp index f1f4300..cc7a056 100644 --- a/source/game/StarWorldClient.cpp +++ b/source/game/StarWorldClient.cpp @@ -578,7 +578,7 @@ void WorldClient::render(WorldRenderData& renderData, unsigned bufferTiles) { if (previewTile.liqId != EmptyLiquidId) { renderTile.liquidId = previewTile.liqId; - renderTile.liquidLevel = 1.0f; + renderTile.liquidLevel = 255; } }