diff options
| author | Alexander Pickering <alex@cogarr.net> | 2018-06-23 06:52:55 -0600 |
|---|---|---|
| committer | Alexander Pickering <alex@cogarr.net> | 2018-06-23 06:52:55 -0600 |
| commit | e6faff1394864a1fe0d517584d1c104997dff39f (patch) | |
| tree | d7956fc8aabef903f354578d69d4d7fdf64ec928 /src/client/lua_api/phys | |
| parent | 1aaa348ac080c97c0aeb0a02146ae26b74add5a1 (diff) | |
| parent | 9fa5dcc9310a8c6ff8c77a47a86303f7b950dcf3 (diff) | |
| download | brokengine-e6faff1394864a1fe0d517584d1c104997dff39f.tar.gz brokengine-e6faff1394864a1fe0d517584d1c104997dff39f.tar.bz2 brokengine-e6faff1394864a1fe0d517584d1c104997dff39f.zip | |
Merge branch 'master' of ssh://cogarr.net:43/home/git/brokengine
Diffstat (limited to 'src/client/lua_api/phys')
| -rw-r--r-- | src/client/lua_api/phys/bphysbuffer.cpp | 2 | ||||
| -rw-r--r-- | src/client/lua_api/phys/bphysmodel.cpp | 2 | ||||
| -rw-r--r-- | src/client/lua_api/phys/cbphysbox.cpp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/client/lua_api/phys/bphysbuffer.cpp b/src/client/lua_api/phys/bphysbuffer.cpp index 367aa37..aa2833a 100644 --- a/src/client/lua_api/phys/bphysbuffer.cpp +++ b/src/client/lua_api/phys/bphysbuffer.cpp @@ -280,7 +280,7 @@ int bphysmodel_register(lua_State* L, IrrlichtDevice* d){ device = d; - printf("bphysmodel registered\n"); + //printf("bphysmodel registered\n"); luaL_newmetatable(L, "phys.physmodel"); diff --git a/src/client/lua_api/phys/bphysmodel.cpp b/src/client/lua_api/phys/bphysmodel.cpp index 424fdf8..95458b1 100644 --- a/src/client/lua_api/phys/bphysmodel.cpp +++ b/src/client/lua_api/phys/bphysmodel.cpp @@ -294,7 +294,7 @@ int bphysmodel_register(lua_State* L, IrrlichtDevice* d){ device = d; - printf("bphysmodel registered\n"); + //printf("bphysmodel registered\n"); luaL_newmetatable(L, "phys.physmodel"); diff --git a/src/client/lua_api/phys/cbphysbox.cpp b/src/client/lua_api/phys/cbphysbox.cpp index 3e72672..6a3d64e 100644 --- a/src/client/lua_api/phys/cbphysbox.cpp +++ b/src/client/lua_api/phys/cbphysbox.cpp @@ -180,8 +180,8 @@ void cbphysbox_register(lua_State* L){ lua_pop(L,1); - printf("When registering physbox, new() is %p\n",newcbphysbox); - printf("setpos is %p\n",cbphyssetpos); + //printf("When registering physbox, new() is %p\n",newcbphysbox); + //printf("setpos is %p\n",cbphyssetpos); lua_pop(L,1); |
