diff options
| author | Archez <Archez@users.noreply.github.com> | 2024-07-21 15:30:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-21 15:30:18 -0400 |
| commit | 7a00658be94d7ed9841c3377d166fde2364d88b9 (patch) | |
| tree | 476093bbc13ba53d17358b434eca32677621ca6e /soh/src/code | |
| parent | 7bc2259c825597334c1ca02786f8acdc1e6984fb (diff) | |
Fix disable lod breaking certain effects (#4245)
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/z_fcurve_data_skelanime.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/soh/src/code/z_fcurve_data_skelanime.c b/soh/src/code/z_fcurve_data_skelanime.c index b75c34a61..c75450be2 100644 --- a/soh/src/code/z_fcurve_data_skelanime.c +++ b/soh/src/code/z_fcurve_data_skelanime.c @@ -131,10 +131,6 @@ void SkelCurve_DrawLimb(PlayState* play, s32 limbIndex, SkelAnimeCurve* skelCurv Matrix_TranslateRotateZYX(&pos, &rot); Matrix_Scale(scale.x, scale.y, scale.z, MTXMODE_APPLY); - if (CVarGetInteger("gDisableLOD", 0)) { - lod = 0; - } - if (lod == 0) { s32 pad1; |
