summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-11-06 17:30:47 +0800
committerErik Kundiman <erik@megapahit.org>2024-11-06 17:30:47 +0800
commit5f3e7b7fb33160c3250d445f45214aa30130c9e7 (patch)
tree35aae8ac630096462d5e2ae1aa37b3787e80de56 /indra/newview/llappviewer.cpp
parent8af4df0022a484c3ea0b1fedb3a36235e2742e3b (diff)
parent55732f7343fa574a8dfcbfd807e69b1fb56e9209 (diff)
Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into 2024.09-ExtraFPS
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index c12cb74b7c..804462504b 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -5204,10 +5204,7 @@ void LLAppViewer::sendLogoutRequest()
gLogoutMaxTime = LOGOUT_REQUEST_TIME;
mLogoutRequestSent = true;
- if(LLVoiceClient::instanceExists())
- {
- LLVoiceClient::getInstance()->setVoiceEnabled(false);
- }
+ LLVoiceClient::setVoiceEnabled(false);
}
}