com_phys_ode.c: remove #ifndef check that breaks custom builds
This commit is contained in:
parent
01a78ca2d1
commit
2fc6b2e085
1 changed files with 0 additions and 4 deletions
|
@ -34,10 +34,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include "../../plugins/plugin.h"
|
||||
#include "../../plugins/engine.h"
|
||||
|
||||
#ifndef HAVE_LEGACY
|
||||
#undef USERBE
|
||||
#endif
|
||||
|
||||
#define DEG2RAD(d) (d * M_PI * (1/180.0f))
|
||||
#define RAD2DEG(d) ((d*180) / M_PI)
|
||||
|
||||
|
|
Loading…
Reference in a new issue