From 56c4494e5440121cd1518ea64156a3915396187f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 25 Apr 2026 03:06:16 +0200 Subject: [PATCH] auto-git: [change] src/runtime-three/runtime-host.ts --- 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 92318bbd..2bb2520f 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -3584,7 +3584,7 @@ export class RuntimeHost { z: this.camera.position.z }); const fogTelemetry = - this.activeRuntimeCameraRig !== null + this.isActiveExternalCameraSource() ? { cameraSubmerged: cameraVolumeState.inWater &&