forked from Mirrorlandia_minetest/minetest
Enable multiline signs
This commit is contained in:
parent
2c362badd4
commit
9f1ae4084d
@ -1262,7 +1262,7 @@ void the_game(
|
||||
gui::IGUIStaticText *guitext_info = guienv->addStaticText(
|
||||
L"",
|
||||
core::rect<s32>(0,0,400,text_height*5+5) + v2s32(100,200),
|
||||
false, false);
|
||||
false, true);
|
||||
|
||||
// Status text (displays info when showing and hiding GUI stuff, etc.)
|
||||
gui::IGUIStaticText *guitext_status = guienv->addStaticText(
|
||||
|
Loading…
Reference in New Issue
Block a user