forked from Mirrorlandia_minetest/minetest
disabled work wrap to show every line of chat in any case
This commit is contained in:
parent
6e2cd15902
commit
41f4caebcb
@ -1764,7 +1764,8 @@ int main(int argc, char *argv[])
|
||||
gui::IGUIStaticText *guitext_chat = guienv->addStaticText(
|
||||
L"",
|
||||
core::rect<s32>(0,0,0,0),
|
||||
false, true);
|
||||
false, false); // Disable word wrap as of now
|
||||
//false, true);
|
||||
guitext_chat->setBackgroundColor(video::SColor(96,0,0,0));
|
||||
core::list<ChatLine> chat_lines;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user