aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-06-08 18:25:18 +0000
committertaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-06-08 18:25:18 +0000
commit95a32eefcf4cace4e67b47d83fa3632edee0d675 (patch)
treee19aa4c855018803b30a5c9dd7d56d83aa3ecfa9 /src
parent1464a566770c24fa0d275c11b7d8e7547314a240 (diff)
Fussiness
git-svn-id: svn://cook.msm.cam.ac.uk:745/thrust3d/thrust3d@87 84d2e878-0bd5-11dd-ad15-13eda11d74c5
Diffstat (limited to 'src')
-rw-r--r--src/physics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/physics.c b/src/physics.c
index 466281d..9656572 100644
--- a/src/physics.c
+++ b/src/physics.c
@@ -165,7 +165,7 @@ static int physics_check_collide_all_faces(ModelInstance *obj, ModelInstance *ot
}
if ( physics_will_collide_face(sx, sy, sz, vx, vy, vz, nx, ny, nz, face, 4, dt, other, &ttc) != 0 ) {
-
+
printf("collides with %s/%p in %5.2f ms\n", other->model->name, other, ttc);
if ( (nx == 0.0) && (ny == 0.0) && ( nz == 1.0) ) {