From b15f76b2bfc31e25d692d0be0e49d8a7463acc98 Mon Sep 17 00:00:00 2001 From: Collin Smith Date: Thu, 2 May 2019 20:41:26 -0700 Subject: [PATCH] Formatting fix --- core/src/com/riiablo/entity/DirectionUtils.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/com/riiablo/entity/DirectionUtils.java b/core/src/com/riiablo/entity/DirectionUtils.java index e6b4ba7d..89d5fd26 100644 --- a/core/src/com/riiablo/entity/DirectionUtils.java +++ b/core/src/com/riiablo/entity/DirectionUtils.java @@ -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++) {