Skip to content

Commit 4b51f1a

Browse files
committed
Sync up ? with degrade()
1 parent 5490b01 commit 4b51f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mini/mini.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const applyOptions = (parent, code) => (pat, i) => {
4040
}
4141
case 'degradeBy': {
4242
pat = strudel.reify(pat)._degradeByWith(
43-
strudel.rand.early(randOffset * op.arguments_.seed).segment(1),
43+
strudel.rand.early(randOffset * op.arguments_.seed),
4444
op.arguments_.amount ?? 0.5,
4545
);
4646
break;

0 commit comments

Comments
 (0)