diff options
| author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-06-13 02:22:03 +0200 |
|---|---|---|
| committer | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-06-13 02:22:03 +0200 |
| commit | 15b3c9f1643368fe0c5356ea11288525bbe9fbb3 (patch) | |
| tree | 3e8744a63723d3a3a3490ec6554070d0272e0f70 /indra/newview/llface.cpp | |
| parent | ae74ca80692c8bcf157e903033fcfa1778706d64 (diff) | |
Fix a few merge issues
Diffstat (limited to 'indra/newview/llface.cpp')
| -rw-r--r-- | indra/newview/llface.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp index 52062a3ad2..0e8e64af69 100644 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -1253,10 +1253,10 @@ bool LLFace::getGeometryVolume(const LLVolume& volume, { color = tep->getColor(); - if (tep->getGLTFRenderMaterial()) - { - color = tep->getGLTFRenderMaterial()->mBaseColor; - } + if (tep->getGLTFRenderMaterial()) + { + color = tep->getGLTFRenderMaterial()->mBaseColor; + } } if (rebuild_color) |
