summaryrefslogtreecommitdiff
path: root/include/m
diff options
context:
space:
mode:
authorlepelog <25211966+lepelog@users.noreply.github.com>2026-06-29 00:18:39 +0200
committerlepelog <25211966+lepelog@users.noreply.github.com>2026-06-29 00:18:39 +0200
commitabfd3771a0bb5638f2aa0b05aa0b54f615f6c45d (patch)
treeb706e49256eaaeddf4829030e838d666e9835611 /include/m
parentc6ca28231d618bfeaae3866c42cd91c8b45fcddd (diff)
progress
Diffstat (limited to 'include/m')
-rw-r--r--include/m/m_vec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/m/m_vec.h b/include/m/m_vec.h
index bbde3920..8a61d03f 100644
--- a/include/m/m_vec.h
+++ b/include/m/m_vec.h
@@ -272,8 +272,7 @@ public:
return cM::atan2s(-y, absXZ());
}
- // TODO: make sure this isn't bad
- s32 atan2sY_XZ() const {
+ s16 atan2sY_XZ() const {
return cM::atan2s(y, absXZ());
}