diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-03-29 11:10:54 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-03-29 11:10:54 -0400 |
| commit | b2a667b7222640a384cb23763b32f8746b0c8cd8 (patch) | |
| tree | e284ec0045b8f74c69da657f30efe84ff83b4c8b /indra/newview/llappviewer.cpp | |
| parent | 4ff53b90660477f54ba3c8ca9a9718fe0d16a1dd (diff) | |
For EXT-4666: changed LLGestureManager to LLGestureMgr throughout
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index a3d0b8d8d9..37bdc32395 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3619,7 +3619,7 @@ void LLAppViewer::idle() // Handle pending gesture processing static LLFastTimer::DeclareTimer ftm("Agent Position"); LLFastTimer t(ftm); - LLGestureManager::instance().update(); + LLGestureMgr::instance().update(); gAgent.updateAgentPosition(gFrameDTClamped, yaw, current_mouse.mX, current_mouse.mY); } |
