From c9be97fdfcc6a4c6b23a8c90916af54a38d60ab0 Mon Sep 17 00:00:00 2001 From: Mark Palange Date: Tue, 7 Oct 2008 22:43:15 +0000 Subject: merge r97380-98701 branches/viewer/viewer_1-21 (Viewer RC5 and security fixes) merge to trunk --- indra/newview/lltoolgrab.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'indra/newview/lltoolgrab.h') diff --git a/indra/newview/lltoolgrab.h b/indra/newview/lltoolgrab.h index 696ce0742a..eb16a85fb3 100644 --- a/indra/newview/lltoolgrab.h +++ b/indra/newview/lltoolgrab.h @@ -118,6 +118,14 @@ private: BOOL mOutsideSlop; // has mouse moved outside center 5 pixels? BOOL mDeselectedThisClick; + S32 mLastFace; + LLVector2 mLastUVCoords; + LLVector2 mLastSTCoords; + LLVector3 mLastIntersection; + LLVector3 mLastNormal; + LLVector3 mLastBinormal; + LLVector3 mLastGrabPos; + BOOL mSpinGrabbing; LLQuaternion mSpinRotation; -- cgit v1.2.3