Skip to content

Commit

Permalink
Update code_80091750.c
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaMech committed Sep 25, 2024
1 parent 541cad4 commit 7f01ae5
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/code_80091750.c
Original file line number Diff line number Diff line change
Expand Up @@ -8060,15 +8060,9 @@ void func_800A66A8(struct_8018D9E0_entry* arg0, Unk_D_800E70A0* arg1) {
y2 += y1;
z2 += z1;

if (x2) {
;
}
if (y2) {
;
}
if (z2) {
;
}
// clang-format off
if (x2); if (y2); if (z2);
// clang-format on

guScale(mtx, 1.2f, 1.2f, 1.2f);
guRotate(mtx + 1, y2, 0.0f, 1.0f, 0.0f);
Expand Down

0 comments on commit 7f01ae5

Please sign in to comment.