b9e63dea26468403cb0ffe5293cf4f6447d8919f
When rotation was < 0, we were subtracting it from 360, which was producing a number larger than 360. We should have been adding it to 360, not subtracting. Moved angle wrapping math to a separate function.
Description
No description provided
Languages
Java
93.7%
Gradle
6.3%