Skip to content

Commit

Permalink
More compass fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JimAnkrom committed Dec 31, 2014
1 parent b281aa9 commit 926e146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/bleepout.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ bleepout.orientationHandler = function (e) {
correctAlpha = e.webkitCompassHeading;
} else {
// invert compass
if (e.absolute) correctAlpha = 360 - correctAlpha;
correctAlpha = 360 - correctAlpha;
}

// TODO: deal with issues here
Expand Down

0 comments on commit 926e146

Please sign in to comment.