diff --git a/src/ui/GameWorldView.cpp b/src/ui/GameWorldView.cpp index 9dd3008..61f373e 100644 --- a/src/ui/GameWorldView.cpp +++ b/src/ui/GameWorldView.cpp @@ -1842,7 +1842,7 @@ void GameWorldView::mousePressEvent(QMouseEvent* event) if (m_builderType.has_value()) { const BuildingType type = *m_builderType; - if (type == BuildingType::Belt || type == BuildingType::Splitter) + if (type == BuildingType::Belt) { m_dragging = true; m_beltDragTiles.clear();