diff --git a/src/runtime-three/first-person-navigation-controller.ts b/src/runtime-three/first-person-navigation-controller.ts index a0a26aa4..7298ca21 100644 --- a/src/runtime-three/first-person-navigation-controller.ts +++ b/src/runtime-three/first-person-navigation-controller.ts @@ -360,9 +360,7 @@ export class FirstPersonNavigationController implements NavigationController { const eyePosition = toEyePosition( this.feetPosition, - getFirstPersonPlayerEyeHeight( - this.context.getRuntimeScene().playerCollider - ) + getFirstPersonPlayerEyeHeight(this.activePlayerShape) ); const cameraVolumeState = this.context.resolvePlayerVolumeState(eyePosition);