fix a segfault

This commit is contained in:
Dana Jansens 2007-04-22 01:09:20 +00:00
parent b6897feb40
commit 05d1a86eff

View file

@ -326,6 +326,7 @@ static void menu_entry_frame_render(ObMenuEntryFrame *self)
text_a->texture[0].data.text.string = sub ? sub->title : "";
break;
case OB_MENU_ENTRY_TYPE_SEPARATOR:
text_a = self->a_text_normal;
break;
}