mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-09 06:54:01 -04:00
interp falling rock shadow
This commit is contained in:
@@ -43,11 +43,14 @@ void render_actor_falling_rock(Camera* camera, struct FallingRock* rock) {
|
||||
sp98[2] = 0;
|
||||
sp8C[1] = height + 2.0f;
|
||||
|
||||
FrameInterpolation_RecordOpenChild("rock_shadow", (uintptr_t) rock);
|
||||
mtxf_pos_rotation_xyz(mtx, sp8C, sp98);
|
||||
if (render_set_position(mtx, 0) == 0) {
|
||||
FrameInterpolation_RecordCloseChild();
|
||||
return;
|
||||
}
|
||||
gSPDisplayList(gDisplayListHead++, d_course_choco_mountain_dl_6F88);
|
||||
FrameInterpolation_RecordCloseChild();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user