diff --git a/src/main.cpp b/src/main.cpp index 9aabc6743..24310b53e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1764,7 +1764,8 @@ int main(int argc, char *argv[]) gui::IGUIStaticText *guitext_chat = guienv->addStaticText( L"", core::rect(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 chat_lines;