diff options
Diffstat (limited to 'source/game/items/StarTools.cpp')
-rw-r--r-- | source/game/items/StarTools.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/game/items/StarTools.cpp b/source/game/items/StarTools.cpp index 602e554..7faaeae 100644 --- a/source/game/items/StarTools.cpp +++ b/source/game/items/StarTools.cpp @@ -360,7 +360,7 @@ void BeamMiningTool::setEnd(EndType) { m_endType = EndType::Object; } -List<PreviewTile> BeamMiningTool::preview(bool shifting) const { +List<PreviewTile> BeamMiningTool::previewTiles(bool shifting) const { List<PreviewTile> result; auto ownerp = owner(); auto worldp = world(); @@ -636,7 +636,7 @@ void PaintingBeamTool::update(float dt, FireMode fireMode, bool shifting, HashSe FireableItem::update(dt, fireMode, shifting, moves); } -List<PreviewTile> PaintingBeamTool::preview(bool shifting) const { +List<PreviewTile> PaintingBeamTool::previewTiles(bool shifting) const { List<PreviewTile> result; auto ownerp = owner(); auto worldp = world(); |