Skip to content

Commit 9331d44

Browse files
committed
Update RGB rotation define on init
1 parent c7a22d9 commit 9331d44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/effects/HalftoneEffect.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ export class HalftoneEffect extends Effect {
122122
this.shape = shape;
123123
this.samples = samples;
124124

125+
this.updateRGBRotation();
126+
125127
}
126128

127129
/**

0 commit comments

Comments
 (0)