From 2dbf9aed304c69431038d3b37e614e5d45dbcc56 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sat, 18 Apr 2026 16:14:51 +0200 Subject: Make the triangle work again --- src/solve.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/solve.c') diff --git a/src/solve.c b/src/solve.c index 17a73d4..491cb6f 100644 --- a/src/solve.c +++ b/src/solve.c @@ -639,6 +639,7 @@ static void draw_for_subassembly(struct constraint *constraints, size_t fix, str .op = CMD_LINE_POINT_LINE_ANGLE, .hidden = !oppo_j->show_when_placed, .result.type = ETYPE_LINE, + .root = 1, .arg1 = p, .arg2 = local_j->e, .arg3 = theta, @@ -651,7 +652,7 @@ static void draw_for_subassembly(struct constraint *constraints, size_t fix, str .arg2 = l, .d = step->assembly, .attachp = oppo_i->e, - .attachl = oppo_k->e, + .attachl = oppo_j->e, }); } -- cgit v1.2.3