(Loading...) text in ticker now goes away after 10 seconds. Some streams simply do not provide artist/title metadata. Only parse metadata every half second (opposed to every frame). Also fixed paused text getting clobbered.

This commit is contained in:
Shyotl
2012-01-05 15:52:03 -06:00
parent c73913a864
commit dcbf39bcfa
2 changed files with 41 additions and 22 deletions

View File

@@ -37,6 +37,8 @@ private:
std::string mszArtist;
std::string mszTitle;
LLTimer mScrollTimer;
LLTimer mLoadTimer;
LLTimer mUpdateTimer;
S32 mArtistScrollChars;
S32 mTitleScrollChars;
S32 mCurScrollChar;