From e8666d466b6e4acbeb88cd98a49276787bdfb7f5 Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Mon, 28 Jul 2025 20:57:48 +0200 Subject: [PATCH] fixed typo in core/draw/participant.typ --- src/core/draw/participant.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/draw/participant.typ b/src/core/draw/participant.typ index b52a6f1..5732815 100644 --- a/src/core/draw/participant.typ +++ b/src/core/draw/participant.typ @@ -116,7 +116,7 @@ // Compute lifeline rectangles + destruction positions for event in ctx.lifelines.at(p.i).events { if event.type == "create" { - last-y = line.at(1) + last-y = event.y } else if event.type == "enable" { if stack.len() == 0 {