From 58a6d8d7931e982a4d00fe14d30f2bf325ac4e84 Mon Sep 17 00:00:00 2001 From: hatal175 Date: Tue, 12 Aug 2025 03:18:42 +0300 Subject: d_a_obj_gomikabe OK (#2580) * d_a_obj_gomikabe OK * Remove unneeded include --- include/JSystem/JMath/JMATrigonometric.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/JSystem') diff --git a/include/JSystem/JMath/JMATrigonometric.h b/include/JSystem/JMath/JMATrigonometric.h index fdbab33a1a..1b88975794 100644 --- a/include/JSystem/JMath/JMATrigonometric.h +++ b/include/JSystem/JMath/JMATrigonometric.h @@ -103,7 +103,7 @@ inline f32 acosDegree(f32 x) { } }; // namespace JMath -inline f32 JMASCosShort(s16 v) { +inline f32 JMACosShort(s16 v) { return JMath::sincosTable_.cosShort(v); } inline f32 JMASinShort(s16 v) { @@ -111,7 +111,7 @@ inline f32 JMASinShort(s16 v) { } inline f32 JMASCos(s16 v) { - return JMASCosShort(v); + return JMACosShort(v); } inline f32 JMASSin(s16 v) { return JMASinShort(v); -- cgit v1.2.3