Skip to content

Commit

Permalink
Merge pull request #6 from uit-community/fix/temporary-fix-for-MAX_GL…
Browse files Browse the repository at this point in the history
…ITCH_COUNT

Change the value of MAX_GLITCH_COUNT
  • Loading branch information
Leonardo-mbc committed Apr 16, 2021
2 parents d5fe2cd + 5d70f9a commit 3e80464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/glitch-image/glitch-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { pickRandomFromRange } from "../../utils/utils";

const INITIAL_WAIT_TIME = 1000;
const CLEAR_TIME = 100;
const MAX_GLITCH_COUNT = 4;
const MAX_GLITCH_COUNT = 1;
const MAX_GLITCH_SEQUENCE_COUNT = 3;
const MAX_GLITCH_FREQUENCY_MS = 2000;
const MAX_GLITCH_WIDTH = 5;
Expand Down

0 comments on commit 3e80464

Please sign in to comment.