STORM-1077 Removed disabling speak hint on mouse up of speak button
parent
aa628750eb
commit
32012f9fd4
|
|
@ -183,6 +183,5 @@ void LLSpeakButton::onMouseUp_SpeakBtn()
|
|||
{
|
||||
bool down = false;
|
||||
LLVoiceClient::getInstance()->inputUserControlState(down);
|
||||
LLFirstUse::speak(false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue