remove the Shift copy-building-settings gesture
This commit is contained in:
@@ -157,9 +157,9 @@ Blueprint captureBlueprintFromSelection(const Simulation& sim,
|
||||
building.type = e.type;
|
||||
building.rotation = e.rotation;
|
||||
building.offset = e.anchor - center;
|
||||
// Recipe / schematic / layout / splitter-filter capture is shared with the
|
||||
// copy-settings gesture (REQ-BLD-COPY-CONFIG) via readBuildingConfig, which
|
||||
// handles operational buildings and construction sites alike.
|
||||
// Recipe / schematic / layout / splitter-filter capture goes through
|
||||
// readBuildingConfig, which handles operational buildings and construction
|
||||
// sites alike.
|
||||
const std::optional<BuildingConfig> config = readBuildingConfig(sim, e.id);
|
||||
if (config.has_value())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user