Skip to content
Snippets Groups Projects
Commit 32012f9f authored by Jonathan Yap's avatar Jonathan Yap
Browse files

STORM-1077 Removed disabling speak hint on mouse up of speak button

parent aa628750
No related branches found
No related tags found
No related merge requests found
...@@ -183,6 +183,5 @@ void LLSpeakButton::onMouseUp_SpeakBtn() ...@@ -183,6 +183,5 @@ void LLSpeakButton::onMouseUp_SpeakBtn()
{ {
bool down = false; bool down = false;
LLVoiceClient::getInstance()->inputUserControlState(down); LLVoiceClient::getInstance()->inputUserControlState(down);
LLFirstUse::speak(false);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment