disabled work wrap to show every line of chat in any case

This commit is contained in:
Perttu Ahola 2011-02-11 21:10:06 +02:00
parent 6e2cd15902
commit 41f4caebcb
1 changed files with 2 additions and 1 deletions

View File

@ -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;