diff options
| author | Alexander Pickering <alex@cogarr.net> | 2018-08-19 16:41:02 -0400 |
|---|---|---|
| committer | Alexander Pickering <alex@cogarr.net> | 2018-08-19 16:43:42 -0400 |
| commit | bc66e5c26672a93b4960532dacde9dadd0ab3bf3 (patch) | |
| tree | 3b974085fb800c70ddaaed8491f7a9b594f217bc /src/client/lua_api/gui/iguielement.cpp | |
| parent | a0caff7b820c4d1cade6ae567ca3c2e9af87bcda (diff) | |
| download | brokengine-bc66e5c26672a93b4960532dacde9dadd0ab3bf3.tar.gz brokengine-bc66e5c26672a93b4960532dacde9dadd0ab3bf3.tar.bz2 brokengine-bc66e5c26672a93b4960532dacde9dadd0ab3bf3.zip | |
reoganization
Diffstat (limited to 'src/client/lua_api/gui/iguielement.cpp')
| -rw-r--r-- | src/client/lua_api/gui/iguielement.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/lua_api/gui/iguielement.cpp b/src/client/lua_api/gui/iguielement.cpp index 44fb67c..e63d986 100644 --- a/src/client/lua_api/gui/iguielement.cpp +++ b/src/client/lua_api/gui/iguielement.cpp @@ -46,7 +46,6 @@ Find the rectangle that an element occupies */ //getabsrect({element})-> {{sx,sy},{ex,ey}} int getiguiclippingrect(lua_State* L){ - printf("Getting iguiclipping elemnt\n"); lua_getfield(L,-1,"guielement"); IGUIElement *el = (IGUIElement*)lua_touserdata(L,-1);//{element},ud_element lua_pop(L,2); |
