Skip to content
Snippets Groups Projects
Commit 014c2a50 authored by Tofu Linden's avatar Tofu Linden
Browse files

Checker: NULL_RETURNS

Function: LLPanelVoiceEffect::update(bool)
File: /indra/newview/llpanelvoiceeffect.cpp
parent f954db02
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,8 @@ void LLPanelVoiceEffect::update(bool list_updated)
if (mVoiceEffectCombo)
{
LLVoiceEffectInterface* effect_interface = LLVoiceClient::instance().getVoiceEffectInterface();
llassert(effect_interface);
if (!effect_interface) return;
if (list_updated)
{
// Add the default "No Voice Morph" entry.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment