mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-06-10 18:21:05 +00:00
remove whitespace
This commit is contained in:
parent
3fedbea311
commit
25547a0eb0
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