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_ky_thunder.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_ky_thunder.cpp')
| -rw-r--r-- | src/d/d_ky_thunder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_ky_thunder.cpp b/src/d/d_ky_thunder.cpp index 1b52681062..7433a9690c 100644 --- a/src/d/d_ky_thunder.cpp +++ b/src/d/d_ky_thunder.cpp @@ -52,7 +52,7 @@ int dThunder_c::draw() { mDoMtx_stack_c::XrotM(field_0x15c); Mtx m; - PSMTXCopy(mDoMtx_stack_c::get(), m); + MTXCopy(mDoMtx_stack_c::get(), m); mModelInfo.mpModel->setBaseScale(field_0x138); mModelInfo.mpModel->i_setBaseTRMtx(m); |
