Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/items/StarLiquidItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/items/StarLiquidItem.cpp')
-rw-r--r--source/game/items/StarLiquidItem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/items/StarLiquidItem.cpp b/source/game/items/StarLiquidItem.cpp
index 08e202f..2e887aa 100644
--- a/source/game/items/StarLiquidItem.cpp
+++ b/source/game/items/StarLiquidItem.cpp
@@ -85,7 +85,7 @@ float LiquidItem::liquidQuantity() const {
return m_quantity;
}
-List<PreviewTile> LiquidItem::preview(bool shifting) const {
+List<PreviewTile> LiquidItem::previewTiles(bool shifting) const {
List<PreviewTile> result;
if (initialized()) {
auto liquid = liquidId();