mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Formatting fix
This commit is contained in:
@ -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++) {
|
||||
|
Reference in New Issue
Block a user