From b2e271c383ffb0516c48a3ed95f005dd2b10daef Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 25 Apr 2026 15:42:50 +0200 Subject: [PATCH] Refresh runtime targeting state --- src/runtime-three/runtime-host.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 7ecef7a7..1fb73275 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -4778,6 +4778,7 @@ export class RuntimeHost { this.updateRuntimeDialogueParticipants(cameraDt); this.refreshRuntimeTargetingState(); this.activeController?.update(simulationDt); + this.refreshRuntimeTargetingState(); this.updateActiveRuntimeTargetLockState(); const activeCameraRig = this.applyActiveCameraRig(cameraDt, previousCameraPose); this.updateRuntimeTargetingVisuals(cameraDt);