Pass camera delta time to update active runtime target lock state

This commit is contained in:
2026-04-25 18:05:08 +02:00
parent 14c045546c
commit 5d07bd853c

View File

@@ -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);