From 5d07bd853cc3dfa992b3d19423ab7129ca7f5de4 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 25 Apr 2026 18:05:08 +0200 Subject: [PATCH] Pass camera delta time to update active runtime target lock state --- src/runtime-three/runtime-host.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);