properly place the msg texture

This commit is contained in:
Dana Jansens 2008-02-06 22:53:43 -05:00
parent f5c2d6d379
commit 5f31bde96d

View file

@ -282,7 +282,7 @@ static void render_all(ObPrompt *self)
prompt_a_msg->surface.parent = self->a_bg;
prompt_a_msg->surface.parentx = self->msg.x;
prompt_a_msg->surface.parentx = self->msg.y;
prompt_a_msg->surface.parenty = self->msg.y;
prompt_a_msg->texture[0].data.text.string = self->msg.text;
prompt_a_msg->texture[0].data.text.maxwidth = self->msg_wbound;