Fix position hiding on failed teleports on mac.

master
Aura Linden 2014-09-08 13:55:23 -07:00
parent 983ab95365
commit e44dfc0a4e
1 changed files with 5 additions and 0 deletions

View File

@ -3873,6 +3873,11 @@ void LLAgent::handleTeleportFinished()
void LLAgent::handleTeleportFailed()
{
if(LLVoiceClient::instanceExists())
{
LLVoiceClient::getInstance()->setHidden(FALSE);
}
if (mTeleportRequest != NULL)
{
mTeleportRequest->setStatus(LLTeleportRequest::kFailed);