properly place the msg texture
This commit is contained in:
parent
457fdc5ccb
commit
61b8f52430
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,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;
|
||||
|
|
Loading…
Reference in a new issue