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

@@ -370,6 +370,11 @@ private:
** **
*******************************************************************************/
//Custom
public:
F32 getMouseLookDuration() const { return mMouselookTimer.getElapsedTimeF32(); }
private:
LLTimer mMouselookTimer;
};
extern LLAgentCamera gAgentCamera;