diff options
| author | Alexander <alex@cogarr.net> | 2019-02-10 18:16:04 -0500 |
|---|---|---|
| committer | Alexander <alex@cogarr.net> | 2019-02-10 18:16:04 -0500 |
| commit | 83a85531ae789e2f30da2379990899f815f53ff1 (patch) | |
| tree | 81140ea86f6e3d7808b218597874ea927555ef0d /src/client/lua_api/gui/iguilabel.cpp | |
| parent | 1482e03dd238643ff47278e207e6450f14011acf (diff) | |
| download | brokengine-83a85531ae789e2f30da2379990899f815f53ff1.tar.gz brokengine-83a85531ae789e2f30da2379990899f815f53ff1.tar.bz2 brokengine-83a85531ae789e2f30da2379990899f815f53ff1.zip | |
Added new element, added server-specific code for networking
Added a new element for client gui: iguicombobox
Added a part of the engine specifically for the server
so server is no longer just a stripped down client
Diffstat (limited to 'src/client/lua_api/gui/iguilabel.cpp')
| -rw-r--r-- | src/client/lua_api/gui/iguilabel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/lua_api/gui/iguilabel.cpp b/src/client/lua_api/gui/iguilabel.cpp index 336f81c..529d680 100644 --- a/src/client/lua_api/gui/iguilabel.cpp +++ b/src/client/lua_api/gui/iguilabel.cpp @@ -66,6 +66,7 @@ static int newiguilabel(lua_State* L){ -1, false ); + statictext->setWordWrap(true); lua_newtable(L); //{} lua_pushlightuserdata(L,statictext);//{},*statictext |
