Formatting fix

This commit is contained in:
Collin Smith 2019-05-02 20:41:26 -07:00
parent 4947d8a8a9
commit b15f76b2bf

View File

@ -186,6 +186,7 @@ public class DirectionUtils {
index &= (radians >= RADIANS_8M[7 ]) ? 0 : index;
return DIRS_8M[index];
}
@Deprecated
static int _radiansToDirection16(float radians) {
for (int i = 0; i < 16; i++) {