diff options
Diffstat (limited to 'linden/indra/newview/llmanipscale.cpp')
-rw-r--r-- | linden/indra/newview/llmanipscale.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llmanipscale.cpp b/linden/indra/newview/llmanipscale.cpp index b38abe4..0c79a35 100644 --- a/linden/indra/newview/llmanipscale.cpp +++ b/linden/indra/newview/llmanipscale.cpp | |||
@@ -641,7 +641,7 @@ void LLManipScale::renderFaces( const LLBBox& bbox ) | |||
641 | (orientWRTHead.mV[1] < 0.0f ? 2 : 0) + | 641 | (orientWRTHead.mV[1] < 0.0f ? 2 : 0) + |
642 | (orientWRTHead.mV[2] < 0.0f ? 4 : 0); | 642 | (orientWRTHead.mV[2] < 0.0f ? 4 : 0); |
643 | 643 | ||
644 | // opposite faces on Linden cubes: | 644 | // opposite faces on cubes: |
645 | // 0 & 5 | 645 | // 0 & 5 |
646 | // 1 & 3 | 646 | // 1 & 3 |
647 | // 2 & 4 | 647 | // 2 & 4 |