summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolpie.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-03-14 13:18:15 -0700
committerRichard Linden <none@none>2011-03-14 13:18:15 -0700
commitc650b9cf8202ffc63d58bbcbf05f7eddf9ae6c3c (patch)
treebb263cd02d0c5fcd095fe4c293275189e628a62f /indra/newview/lltoolpie.h
parent96296eede9313d8a0636599e9b06dd501aba083c (diff)
clicking on sky or on own avatar to steer now works
Diffstat (limited to 'indra/newview/lltoolpie.h')
-rw-r--r--indra/newview/lltoolpie.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolpie.h b/indra/newview/lltoolpie.h
index dca661d26d..01e74a20d7 100644
--- a/indra/newview/lltoolpie.h
+++ b/indra/newview/lltoolpie.h
@@ -108,7 +108,7 @@ private:
LLUUID mMediaMouseCaptureID;
LLPickInfo mPick;
LLPickInfo mHoverPick;
- LLPickInfo mDragPick;
+ LLPickInfo mSteerPick;
LLPointer<LLViewerObject> mClickActionObject;
U8 mClickAction;
LLSafeHandle<LLObjectSelection> mLeftClickSelection;