Skip to content

Commit

Permalink
fix default chance
Browse files Browse the repository at this point in the history
  • Loading branch information
tol-is committed Dec 20, 2022
1 parent 2716e9f commit 4ce2c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"randomizer",
"yugop"
],
"version": "2.2.8",
"version": "2.2.9",
"license": "MIT",
"module": "dist/use-scramble.esm.js",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const useScramble = (props: UseScrambleProps) => {
step = 1,
tick = 1,
scramble = 1,
chance = 0.5,
chance = 1,
overflow = true,
range = [65, 125],
overdrive = true,
Expand Down

0 comments on commit 4ce2c26

Please sign in to comment.