Skip to content

Commit

Permalink
(d-tilt angle fix).js
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzerThighs committed May 27, 2023
1 parent dc55f1a commit 4cc9dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stickmap/regionArrayContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ const regionArray = [
minY: 23,
maxX: 80,
maxY: 52,
angleMin: 0,
angleMax: 50,
angleMin:50,
angleMax: 90,
magnitudeMin: 0,
magnitudeMax: 80
},
Expand Down

0 comments on commit 4cc9dcc

Please sign in to comment.