aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolgrab.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lltoolgrab.h')
-rw-r--r--linden/indra/newview/lltoolgrab.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/lltoolgrab.h b/linden/indra/newview/lltoolgrab.h
index 5db7fcf..af66e0d 100644
--- a/linden/indra/newview/lltoolgrab.h
+++ b/linden/indra/newview/lltoolgrab.h
@@ -118,6 +118,13 @@ private:
118 BOOL mOutsideSlop; // has mouse moved outside center 5 pixels? 118 BOOL mOutsideSlop; // has mouse moved outside center 5 pixels?
119 BOOL mDeselectedThisClick; 119 BOOL mDeselectedThisClick;
120 120
121 S32 mLastFace;
122 LLVector2 mLastUVCoords;
123 LLVector2 mLastSTCoords;
124 LLVector3 mLastIntersection;
125 LLVector3 mLastNormal;
126 LLVector3 mLastBinormal;
127
121 128
122 BOOL mSpinGrabbing; 129 BOOL mSpinGrabbing;
123 LLQuaternion mSpinRotation; 130 LLQuaternion mSpinRotation;