mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 10:37:17 -07:00
Fix interpolation for Kaleido (#4391)
This commit is contained in:
parent
70a2141351
commit
7192783451
1 changed files with 2 additions and 1 deletions
|
@ -398,7 +398,8 @@ s32 func_800AAA9C(View* view) {
|
|||
}
|
||||
}
|
||||
|
||||
if (dont_interpolate) {
|
||||
// Ignore camera heuristics when paused as the camera moves a lot in Kaleido, allowing it to be interpolate
|
||||
if (dont_interpolate && R_PAUSE_MENU_MODE == 0) {
|
||||
FrameInterpolation_DontInterpolateCamera();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue