Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
itaak committed Aug 2, 2024
1 parent 6891e91 commit b65f85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atoms/Smile.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
$: {
const beta = $deviceOrientation.beta ?? 0;
const gamma = $deviceOrientation.gamma ?? 0;
let restBeta = beta / 2;
let restBeta = beta;
const normalizedBeta = (beta - restBeta) / (betaRange / 2);
const normalizedGamma = (gamma - restGamma) / gammaRange;
Expand Down

0 comments on commit b65f85a

Please sign in to comment.