From 1e7a924874050674a103f6927f4a3c5ef6459222 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 13 Jun 2025 21:53:32 +0100 Subject: Create a list of snap points for the existing network These form key positions in the world to ease neat creation. --- ui/editNetwork.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/editNetwork.h') diff --git a/ui/editNetwork.h b/ui/editNetwork.h index e155105..8011c1e 100644 --- a/ui/editNetwork.h +++ b/ui/editNetwork.h @@ -23,6 +23,7 @@ private: Network * network; bool continuousMode {false}; + SnapPoints snapPoints; std::optional currentStart; Link::Collection candidates; }; -- cgit v1.2.3