diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-06-13 21:53:32 +0100 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-06-13 21:53:32 +0100 |
| commit | 1e7a924874050674a103f6927f4a3c5ef6459222 (patch) | |
| tree | 68f8f4b5dd34ff19b8a7cb6778a556775ed45b83 /ui/editNetwork.h | |
| parent | Handle edge cases (diff) | |
| download | ilt-1e7a924874050674a103f6927f4a3c5ef6459222.tar.bz2 ilt-1e7a924874050674a103f6927f4a3c5ef6459222.tar.xz ilt-1e7a924874050674a103f6927f4a3c5ef6459222.zip | |
Create a list of snap points for the existing networkbetter-network
These form key positions in the world to ease neat creation.
Diffstat (limited to 'ui/editNetwork.h')
| -rw-r--r-- | ui/editNetwork.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<CreationDefinitionEnd> currentStart; Link::Collection candidates; }; |
