d_a_obj_gomikabe OK (#2580)

* d_a_obj_gomikabe OK

* Remove unneeded include
This commit is contained in:
hatal175
2025-08-12 03:18:42 +03:00
committed by GitHub
parent ddf4fc0677
commit 58a6d8d793
10 changed files with 507 additions and 760 deletions
+2 -2
View File
@@ -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);