Removed unneeded code from falling_rock

This commit is contained in:
sitton76
2025-05-17 01:51:20 -05:00
parent 168390f3d7
commit 9cb954a2b0
-2
View File
@@ -45,14 +45,12 @@ void render_actor_falling_rock(Camera* camera, struct FallingRock* rock) {
sp98[1] = 0;
sp98[2] = 0;
sp8C[1] = height + 2.0f;
FrameInterpolation_RecordMatrixPush(mtx);
mtxf_pos_rotation_xyz(mtx, sp8C, sp98);
if (render_set_position(mtx, 0) == 0) {
return;
}
gSPDisplayList(gDisplayListHead++, d_course_choco_mountain_dl_6F88);
FrameInterpolation_RecordMatrixPop(mtx);
}
}