diff options
| author | Howard Stearns <howard.stearns@gmail.com> | 2022-02-04 14:13:19 -0800 |
|---|---|---|
| committer | Howard Stearns <howard.stearns@gmail.com> | 2022-02-04 14:13:19 -0800 |
| commit | ca43cc2305502ec4f6a8d75ea2e4303b655ff0ce (patch) | |
| tree | d2dd4f531be53e3ab53d994b4439bf26b0843086 /indra/newview/llmodelpreview.cpp | |
| parent | f1df486208f94c649f09dc2dc0cce393208d3771 (diff) | |
SL-98 - Remove special new tab-specific display behavior
Diffstat (limited to 'indra/newview/llmodelpreview.cpp')
| -rw-r--r-- | indra/newview/llmodelpreview.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llmodelpreview.cpp b/indra/newview/llmodelpreview.cpp index 8e487484fd..f12ddb1745 100644 --- a/indra/newview/llmodelpreview.cpp +++ b/indra/newview/llmodelpreview.cpp @@ -3404,10 +3404,7 @@ BOOL LLModelPreview::render() { gDebugProgram.bind(); } - if (fmp->mTabContainer->getCurrentPanelIndex() == fmp->mPhysicsTabIndex) - { // Physics collision volumes obscure a lot, so only show them when on the physics tab. - getPreviewAvatar()->renderCollisionVolumes(); - } + getPreviewAvatar()->renderCollisionVolumes(); if (fmp->mTabContainer->getCurrentPanelIndex() == fmp->mAvatarTabIndex) { getPreviewAvatar()->renderBones(fmp->mSelectedJointName); |
