diff --git a/src/physics/physics.c b/src/physics/physics.c index 2d169d3c..10c8af9e 100644 --- a/src/physics/physics.c +++ b/src/physics/physics.c @@ -30,11 +30,6 @@ static void raycastCallback(void* data, dGeomID a, dGeomID b) { void lovrPhysicsInit() { dInitODE(); - - if (!dCheckConfiguration("ODE_single_precision")) { - error("lovr.physics must use single precision"); - } - atexit(lovrPhysicsDestroy); }