`Matrix_MtxFToYXZRotS` does not use `MTXMODE_`

This commit is contained in:
Dragorn421 2021-09-21 10:12:16 +02:00
parent 802ebf6fb2
commit b50e99525d
No known key found for this signature in database
GPG Key ID: C182A3A3996E8201
1 changed files with 1 additions and 1 deletions

View File

@ -3951,7 +3951,7 @@ void BossTw_BlastFire(BossTw* this, GlobalContext* globalCtx) {
this->actor.world.pos = player2->bodyPartsPos[15];
this->actor.world.pos.y = -2000.0f;
Matrix_MtxFToYXZRotS(&player2->shieldMf, &blastDir, MTXMODE_NEW);
Matrix_MtxFToYXZRotS(&player2->shieldMf, &blastDir, 0);
blastDir.x = -blastDir.x;
blastDir.y = blastDir.y + 0x8000;
Math_ApproachS(&this->magicDir.x, blastDir.x, 0xA, 0x800);