diff options
| author | Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> | 2025-05-18 18:24:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-18 18:24:58 -0400 |
| commit | 9d688025070b6646fc332c6405448ce01b8a9dd2 (patch) | |
| tree | 53690c4e58d8b5a0fedb351fdfc2b8ce1458b126 /src/d/col | |
| parent | d19aad44d13a7e17a3615b25d9368ff15069a395 (diff) | |
d_a_e_sm (chu chu) start (#117)
* d_a_e_sm (chu chu) start
* progress, includes LightParam addition in BlurPaletteMgr
* oops - TBox Progress I guess
* dAcEsm_c::actorExecute and Particle Resource data moved
* step in symbols map
* Update blur_and_palette_manager.h
* m_angle cleanup pass
* Last explicit_zero_data Fixes #69
* add mQuat_c ctor
Diffstat (limited to 'src/d/col')
| -rw-r--r-- | src/d/col/c/c_m3d_g_pla.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/d/col/c/c_m3d_g_pla.cpp b/src/d/col/c/c_m3d_g_pla.cpp index 77baea9d..9a447434 100644 --- a/src/d/col/c/c_m3d_g_pla.cpp +++ b/src/d/col/c/c_m3d_g_pla.cpp @@ -30,10 +30,7 @@ bool cM3dGPla::getCrossYLessD(const mVec3_c &point, f32 *out) const { mAng cM3dGPla::GetAngle(mAng ang) const { mAng angleY = GetAngleY(); - - angleY = angleY - ang; - - return cM::atan2s(GetXZDist() * angleY.cos(), mNormal.y); + return cM::atan2s(GetXZDist() * mAng(angleY - ang).cos(), mNormal.y); } mAng cM3dGPla::GetNegativeAngle(mAng ang) const { |
