fixed create event participant position

This commit is contained in:
2025-07-14 17:02:33 +02:00
parent b1ad3b98d2
commit babce5195e

View File

@ -16,7 +16,7 @@
} else if evt.event == "create" {
ctx.y -= CREATE-OFFSET
entry.at(1) = ctx.y
(par.draw)(par)
(par.draw)(par, y: ctx.y)
} else if evt.event == "destroy" {
} else {
panic("Unknown event '" + evt.event + "'")