Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
inspectredc committed Jan 21, 2025
1 parent 5071ed2 commit e3f2216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overlays/ovl_i5/fox_ti.c
Original file line number Diff line number Diff line change
Expand Up @@ -2845,7 +2845,7 @@ bool Titania_80190A08(s32 limbIndex, Gfx** dList, Vec3f* pos, Vec3f* rot, void*
// FAKE
sp5C.z++;
sp5C.z--;

sp5C.y = Math_Atan2F(sp70.x, sp70.z) * M_RTOD;
sp5C.x = -Math_Atan2F(sp70.y, sqrtf(SQ(sp70.x) + SQ(sp70.z))) * M_RTOD;

Expand Down

0 comments on commit e3f2216

Please sign in to comment.