Fade 'Press ESC to leave mouselook' away after a while.

This commit is contained in:
Shyotl
2011-11-01 23:06:42 -05:00
parent 40689f7d1e
commit df40a8c5cf
3 changed files with 23 additions and 2 deletions

View File

@@ -2155,6 +2155,8 @@ void LLAgentCamera::changeCameraToMouselook(BOOL animate)
if (mCameraMode != CAMERA_MODE_MOUSELOOK)
{
mMouselookTimer.reset();
gFocusMgr.setKeyboardFocus( NULL );
if (gSavedSettings.getBOOL("AONoStandsInMouselook")) LLFloaterAO::stopMotion(LLFloaterAO::getCurrentStandId(), FALSE,TRUE);