From 9b091baae94ae5f9abf237aa220a6c393178fa84 Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 13 Nov 2009 00:42:04 +0000 Subject: [PATCH] less debugging junk on screen. git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3440 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/com_phys_ode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/common/com_phys_ode.c b/engine/common/com_phys_ode.c index a4bcd0f38..f44958cfb 100644 --- a/engine/common/com_phys_ode.c +++ b/engine/common/com_phys_ode.c @@ -2234,7 +2234,6 @@ static void VARGS nearCallback (void *data, dGeomID o1, dGeomID o2) void World_Physics_Frame(world_t *world, double frametime, double gravity) { - SCR_CenterPrint(0, va("ft: %f\n", frametime), true); if (world->ode.ode) { int i;