mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-22 10:01:46 +00:00
Fix camera stuttering when opening door
This commit is contained in:
parent
2bf43b5b2e
commit
319f8292f7
1 changed files with 0 additions and 1 deletions
|
|
@ -10780,7 +10780,6 @@ BAD_RETURN(s32) cutscene_door_fix_cam(struct Camera *c) {
|
|||
if (!c) { return; }
|
||||
vec3f_copy(c->pos, sCutsceneVars[0].point);
|
||||
vec3f_copy(c->focus, sCutsceneVars[1].point);
|
||||
skip_camera_interpolation();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue