Remove single precision check;

This commit is contained in:
bjorn 2017-05-25 15:55:16 -07:00
parent c198369c95
commit 769e7514c8
1 changed files with 0 additions and 5 deletions

View File

@ -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);
}