mirror of
https://github.com/zeldaret/tp
synced 2026-06-08 20:29:45 -04:00
d_a_obj_gomikabe OK (#2580)
* d_a_obj_gomikabe OK * Remove unneeded include
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user