diff options
| author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2024-01-24 16:22:45 -0800 |
|---|---|---|
| committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2024-01-24 16:22:45 -0800 |
| commit | a888531fd1fbf7de0d71b4d04195d4267c882154 (patch) | |
| tree | 73bd6f4e2683ab95d7f49a115a75f3b40851f068 /indra/newview/llvovolume.cpp | |
| parent | 42b51bfd2cccba1dfdc820a4a033481fd42c1907 (diff) | |
https://github.com/secondlife/viewer-issues/issues/23 Make the face selection for mirrors actually reflect what it does
Diffstat (limited to 'indra/newview/llvovolume.cpp')
| -rw-r--r-- | indra/newview/llvovolume.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 91e64d611c..9813039145 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -3364,9 +3364,9 @@ BOOL LLVOVolume::isMirror() const return mIsMirror; } -U8 LLVOVolume::mirrorPlacementMode() const +U8 LLVOVolume::mirrorFace() const { - return mMirrorPlacementMode; + return mMirrorFace; } BOOL LLVOVolume::isReflectionProbe() const |
