File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -590,6 +590,7 @@ public void LateUpdate()
590590 }
591591 else
592592 {
593+ // TODO: this triggers when trying to "return to seat" in FreeIva - how to avoid?
593594 stopIVA ( ) ;
594595 }
595596 }
@@ -608,7 +609,7 @@ public void LateUpdate()
608609 else
609610 {
610611 // if pressing the camera mode (C) button and we either failed to enter IVA mode or just left it, then try to start PCR mode
611- if ( GameSettings . CAMERA_MODE . GetKeyDown ( ) && CameraManager . Instance . currentCameraMode == CameraManager . CameraMode . Flight )
612+ if ( ! GameSettings . MODIFIER_KEY . GetKey ( ) && GameSettings . CAMERA_MODE . GetKeyDown ( ) && CameraManager . Instance . currentCameraMode == CameraManager . CameraMode . Flight )
612613 {
613614 // If we were previously in IVA mode and pressing C switched to Flight, the portrait gallery will have spun up a coroutine to refresh itself
614615 // which interferes with which internal spaces are shown or hidden. Stop it from doing that.
You can’t perform that action at this time.
0 commit comments