auto-git:

[change] src/runtime-three/runtime-host.ts
This commit is contained in:
2026-04-25 03:42:57 +02:00
parent a06b6989fc
commit e2bd840032

View File

@@ -1699,7 +1699,9 @@ export class RuntimeHost {
previousSideSign:
this.activeDialogueAttentionState?.npcEntityId === npc.entityId
? this.activeDialogueAttentionState.sideSign
: null
: null,
cameraVerticalFovRadians: (this.camera.fov * Math.PI) / 180,
cameraAspect: this.camera.aspect
});
this.activeDialogueAttentionState = {