diff options
| author | WolfGangS <flamin2k8@gmail.com> | 2026-01-08 23:22:28 +0000 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-01-09 23:04:43 +0200 |
| commit | 03abf07421d393b4bb4ccb24cbc021a60e11cd47 (patch) | |
| tree | d39f4766ebe75110fb7d3a9e24adf24a4b215b7c /indra | |
| parent | 693964950fa4eacc6e83bcd5ec76aaada3ee1c16 (diff) | |
Stop model preview render window sending it's fov to the simulator as the agent's camera fov
Signed-off-by: WolfGangS <flamin2k8@gmail.com>
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llmodelpreview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmodelpreview.cpp b/indra/newview/llmodelpreview.cpp index 6b1fbdce4c..b2e21bea1c 100644 --- a/indra/newview/llmodelpreview.cpp +++ b/indra/newview/llmodelpreview.cpp @@ -3461,7 +3461,7 @@ bool LLModelPreview::render() LLViewerCamera::getInstance()->setAspect(aspect); - LLViewerCamera::getInstance()->setView(LLViewerCamera::getInstance()->getDefaultFOV() / mCameraZoom); + LLViewerCamera::getInstance()->setViewNoBroadcast(LLViewerCamera::getInstance()->getDefaultFOV() / mCameraZoom); LLVector3 offset = mCameraOffset; LLVector3 target_pos = mPreviewTarget + offset; |
