diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2023-09-02 06:38:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-02 16:38:08 +0300 |
| commit | 6432e1541ebcf6ba1c535b07f5227bdd4a8d0e61 (patch) | |
| tree | d01d11c2218d7db5dd00d42b57112765a6ee2ceb /src/d/d_attention.cpp | |
| parent | 2d45b68231560eaf0001914c8f2da4bd81f9dd59 (diff) | |
setup dolphin VEC/MTX function defines (#1903)
* setup VEC function defines
* setup MTX function defines
Diffstat (limited to 'src/d/d_attention.cpp')
| -rw-r--r-- | src/d/d_attention.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_attention.cpp b/src/d/d_attention.cpp index 33baa89f4e..f7f50a5b64 100644 --- a/src/d/d_attention.cpp +++ b/src/d/d_attention.cpp @@ -1640,7 +1640,7 @@ void dAttention_c::Draw() { } Mtx tmp; - PSMTXInverse(dComIfGd_getViewRotMtx(), tmp); + MTXInverse(dComIfGd_getViewRotMtx(), tmp); fopAc_ac_c* target = LockonTarget(0); if (!i_dComIfGp_event_runCheck()) { @@ -1775,7 +1775,7 @@ void dAttDraw_c::draw(cXyz& param_0, Mtx param_1) { f32 temp_f30 = (-100.0f - g_AttDwHIO.mCursorDistance) / temp_f31; cXyz tmp; - PSMTXMultVec(dComIfGd_getViewMtx(), ¶m_0, &tmp); + MTXMultVec(dComIfGd_getViewMtx(), ¶m_0, &tmp); f32 var_f2 = 1.0f; if (tmp.z < temp_f30) { |
