summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-04-20 00:19:55 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-04-20 00:19:55 -0700
commit784dae7e6a085577df91845466c910b2bcbf7d81 (patch)
tree816f0914bd1be474ec5e7c99cbc9ef6e24283459 /indra/newview
parentb59ff9edc085f74add1b228fe849ad7e7c31f65f (diff)
re-enabling vivox voice didn't bring it back as it thought it was still in the region and parcel.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llvoicevivox.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp
index be9e055203..6ff81760b2 100644
--- a/indra/newview/llvoicevivox.cpp
+++ b/indra/newview/llvoicevivox.cpp
@@ -5456,6 +5456,8 @@ void LLVivoxVoiceClient::setVoiceEnabled(bool enabled)
LLVoiceChannel::getCurrentVoiceChannel()->deactivate();
gAgent.setVoiceConnected(false);
status = LLVoiceClientStatusObserver::STATUS_VOICE_DISABLED;
+ mCurrentParcelLocalID = -1;
+ mCurrentRegionName.clear();
}
notifyStatusObservers(status);