Skip to content

Commit 818b067

Browse files
committed
Fix net ripping tool not updating after ripping overlapping net
1 parent d7ce15f commit 818b067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/net_ripping.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fn net_ripping_mouse_movement_system(
6666
return;
6767
}
6868

69-
if !mouse_snapped.is_changed() && !selected_tool.is_changed() {
69+
if !mouse_snapped.is_changed() && !selected_tool.is_changed() && !ripping_state.is_changed() {
7070
return;
7171
}
7272

0 commit comments

Comments
 (0)