mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-19 16:57:20 +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;
|
||||
return DIRS_8M[index];
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
static int _radiansToDirection16(float radians) {
|
||||
for (int i = 0; i < 16; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user