mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-06-11 02:31:07 +00:00
github is dumb
This commit is contained in:
parent
a57c002f70
commit
5de9680e8f
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ RECOMP_PATCH void View_Apply(View* view, s32 mask) {
|
|||
|
||||
// @recomp Determine if interpolation should occur based on the new eye and at positions.
|
||||
if (!camera_ignore_tracking) {
|
||||
interpolate_camera = should_interpolate_perspective(&view->eye, &view->at);
|
||||
interpolate_camera = should_interpolate_perspective(&view->eye, &view->at);
|
||||
}
|
||||
}
|
||||
camera_ignore_tracking = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue