mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 08:05:07 -04:00
Fix interpolation for Kaleido (#4391)
This commit is contained in:
parent
70a2141351
commit
7192783451
@ -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…
Reference in New Issue
Block a user