diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 34b0e09c..f4ef516b 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -5592,7 +5592,7 @@ export class RuntimeHost { }; const sideTarget = this.resolveRuntimeTargetCandidateOnLookSide( activeTarget, - horizontalIntent, + -horizontalIntent as -1 | 1, cameraDirection );