don't update popup if popup doesn't exist

SVN revision: 80421
This commit is contained in:
Mike Blumenkrantz 2012-12-07 09:16:01 +00:00
parent 94d451f1ac
commit 492149b388
1 changed files with 2 additions and 0 deletions

View File

@ -224,6 +224,8 @@ _mixer_popup_update(E_Mixer_Instance *inst)
{
E_Mixer_Channel_State *state;
if (!inst->popup) return;
state = &inst->mixer_state;
if (inst->ui.left)