This commit is contained in:
jacob 2026-01-03 16:21:20 -06:00
parent 8fa00607cb
commit 3744bf25a2

View File

@ -593,6 +593,7 @@ void S_TickForever(WaveLaneCtx *lane)
test_rect.p1 = VEC2(1, 1);
constraint->shape1 = S_ShapeFromDesc(
.radius = 0.2,
.count = 4,
.points[0] = VEC2(test_rect.p0.x, test_rect.p0.y),
.points[1] = VEC2(test_rect.p1.x, test_rect.p0.y),