summaryrefslogtreecommitdiff
path: root/src/code/z_eff_shield_particle.c
diff options
context:
space:
mode:
authorMaide <34639600+Kelebek1@users.noreply.github.com>2022-02-19 21:42:05 +0000
committerGitHub <noreply@github.com>2022-02-19 21:42:05 +0000
commitc98184f8e33a9315e8df93bcf554eede02861447 (patch)
tree0a76f1c17ba16d91aa4cf4523219eb66b372acfa /src/code/z_eff_shield_particle.c
parent3f15c0017ab7a33673f3ba9a9b2d731f86bcf659 (diff)
Cleanup various enums (#612)
* PR * Add SQ and GI enums Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Diffstat (limited to 'src/code/z_eff_shield_particle.c')
-rw-r--r--src/code/z_eff_shield_particle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_eff_shield_particle.c b/src/code/z_eff_shield_particle.c
index 112f7fe73..e3a051fb4 100644
--- a/src/code/z_eff_shield_particle.c
+++ b/src/code/z_eff_shield_particle.c
@@ -184,7 +184,7 @@ void EffectShieldParticle_Draw(void* thisx, GraphicsContext* gfxCtx) {
}
SkinMatrix_SetTranslate(&spC4, this->position.x, this->position.y, this->position.z);
- SkinMatrix_SetRotateRPY(&sp104, 0, elem->yaw, 0);
+ SkinMatrix_SetRotateRPY(&sp104, 0, elem->yaw, MTXMODE_NEW);
SkinMatrix_MtxFMtxFMult(&spC4, &sp104, &sp84);
SkinMatrix_SetRotateRPY(&sp104, 0, 0, elem->pitch);
SkinMatrix_MtxFMtxFMult(&sp84, &sp104, &spC4);