diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 9b53db3f..577ffc74 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -4865,7 +4865,7 @@ export class RuntimeHost { this.refreshRuntimeTargetingState(); this.activeController?.update(simulationDt); this.refreshRuntimeTargetingState(); - this.updateActiveRuntimeTargetLockState(); + this.updateActiveRuntimeTargetLockState(cameraDt); const activeCameraRig = this.applyActiveCameraRig(cameraDt, previousCameraPose); this.updateRuntimeTargetingVisuals(cameraDt);