summaryrefslogtreecommitdiff
path: root/soh/src/code
diff options
context:
space:
mode:
authorArchez <Archez@users.noreply.github.com>2024-07-21 15:30:18 -0400
committerGitHub <noreply@github.com>2024-07-21 15:30:18 -0400
commit7a00658be94d7ed9841c3377d166fde2364d88b9 (patch)
tree476093bbc13ba53d17358b434eca32677621ca6e /soh/src/code
parent7bc2259c825597334c1ca02786f8acdc1e6984fb (diff)
Fix disable lod breaking certain effects (#4245)
Diffstat (limited to 'soh/src/code')
-rw-r--r--soh/src/code/z_fcurve_data_skelanime.c4
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;