Fix position hiding on failed teleports on mac.
parent
983ab95365
commit
e44dfc0a4e
|
|
@ -3873,6 +3873,11 @@ void LLAgent::handleTeleportFinished()
|
|||
|
||||
void LLAgent::handleTeleportFailed()
|
||||
{
|
||||
if(LLVoiceClient::instanceExists())
|
||||
{
|
||||
LLVoiceClient::getInstance()->setHidden(FALSE);
|
||||
}
|
||||
|
||||
if (mTeleportRequest != NULL)
|
||||
{
|
||||
mTeleportRequest->setStatus(LLTeleportRequest::kFailed);
|
||||
|
|
|
|||
Loading…
Reference in New Issue