1
0
Fork 0
forked from fte/fteqw

less debugging junk on screen.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3440 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2009-11-13 00:42:04 +00:00
parent 9f05a93a07
commit 9b091baae9

View file

@ -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) void World_Physics_Frame(world_t *world, double frametime, double gravity)
{ {
SCR_CenterPrint(0, va("ft: %f\n", frametime), true);
if (world->ode.ode) if (world->ode.ode)
{ {
int i; int i;