Skip to content

Commit

Permalink
Update RGB rotation define on init
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Apr 26, 2024
1 parent c7a22d9 commit 9331d44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/effects/HalftoneEffect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ export class HalftoneEffect extends Effect {
this.shape = shape;
this.samples = samples;

this.updateRGBRotation();

}

/**
Expand Down

0 comments on commit 9331d44

Please sign in to comment.