Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #37 from claustra01/fix/angle
Browse files Browse the repository at this point in the history
  • Loading branch information
claustra01 authored Aug 11, 2024
2 parents 4f1f57c + d995ddc commit d06ef49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/shooter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ const Shooter = () => {
id: uuid,
interval: 0,
angle: {
x: orientationDiff.beta,
y: orientationDiff.gamma,
x: -orientationDiff.alpha,
y: -orientationDiff.beta,
},
acceleration: {
x: 0,
Expand Down

0 comments on commit d06ef49

Please sign in to comment.