tweaking
This commit is contained in:
parent
8fa00607cb
commit
3744bf25a2
@ -593,6 +593,7 @@ void S_TickForever(WaveLaneCtx *lane)
|
|||||||
test_rect.p1 = VEC2(1, 1);
|
test_rect.p1 = VEC2(1, 1);
|
||||||
|
|
||||||
constraint->shape1 = S_ShapeFromDesc(
|
constraint->shape1 = S_ShapeFromDesc(
|
||||||
|
.radius = 0.2,
|
||||||
.count = 4,
|
.count = 4,
|
||||||
.points[0] = VEC2(test_rect.p0.x, test_rect.p0.y),
|
.points[0] = VEC2(test_rect.p0.x, test_rect.p0.y),
|
||||||
.points[1] = VEC2(test_rect.p1.x, test_rect.p0.y),
|
.points[1] = VEC2(test_rect.p1.x, test_rect.p0.y),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user