Fix wrong status text rectangle. Fix for #1412
parent
13517fb726
commit
ed2c8ba9c5
|
@ -3227,7 +3227,7 @@ void the_game(bool &kill, bool random_input, InputHandler *input,
|
|||
core::rect<s32> rect(
|
||||
10,
|
||||
status_y - guitext_status->getTextHeight(),
|
||||
10 + guitext_chat->getTextWidth(),
|
||||
10 + guitext_status->getTextWidth(),
|
||||
status_y
|
||||
);
|
||||
guitext_status->setRelativePosition(rect);
|
||||
|
|
Loading…
Reference in New Issue