summaryrefslogtreecommitdiff
path: root/lib/src/network.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/network.cpp')
-rw-r--r--lib/src/network.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/src/network.cpp b/lib/src/network.cpp
index 3e460a9..98c6eb0 100644
--- a/lib/src/network.cpp
+++ b/lib/src/network.cpp
@@ -65,8 +65,8 @@ void network::fracture(hooks& m) {
throw nofuseex;
}
- this->break_edge(max_pos);
m.bond_broken(*this, c, max_pos);
+ this->break_edge(max_pos);
}
m.post_fracture(*this);