LLGestureManager renamed to LLGestureMgr. Also, derived from LLSingleton.
This commit is contained in:
@@ -3756,7 +3756,7 @@ void LLAppViewer::idle()
|
||||
|
||||
{
|
||||
// Handle pending gesture processing
|
||||
gGestureManager.update();
|
||||
LLGestureMgr::instance().update();
|
||||
|
||||
gAgent.updateAgentPosition(gFrameDTClamped, yaw, current_mouse.mX, current_mouse.mY);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user