mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-01 02:14:32 +07:00
Formatting fix
This commit is contained in:
parent
4947d8a8a9
commit
b15f76b2bf
@ -186,6 +186,7 @@ public class DirectionUtils {
|
|||||||
index &= (radians >= RADIANS_8M[7 ]) ? 0 : index;
|
index &= (radians >= RADIANS_8M[7 ]) ? 0 : index;
|
||||||
return DIRS_8M[index];
|
return DIRS_8M[index];
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated
|
@Deprecated
|
||||||
static int _radiansToDirection16(float radians) {
|
static int _radiansToDirection16(float radians) {
|
||||||
for (int i = 0; i < 16; i++) {
|
for (int i = 0; i < 16; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user