aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/phys/cbphysbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/lua_api/phys/cbphysbox.cpp')
-rw-r--r--src/client/lua_api/phys/cbphysbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/lua_api/phys/cbphysbox.cpp b/src/client/lua_api/phys/cbphysbox.cpp
index e675a04..6763945 100644
--- a/src/client/lua_api/phys/cbphysbox.cpp
+++ b/src/client/lua_api/phys/cbphysbox.cpp
@@ -33,7 +33,7 @@ extern std::list<btRigidBody*> Objects;
//phys.newphysbox({vector3 size},{vector3 origin},mass)
static int newcbphysbox(lua_State* L){//
- printf("Createing new cbphysbox\n");
+ //printf("Createing new cbphysbox\n");
double sx,sy,sz,x,y,z,mass;
//Get the data
mass = lua_tonumber(L,-1);//{v3 size}, {v3 origin}, mass