Browse Source

Add dInitODE()

rdb 16 years ago
parent
commit
a638ba2062
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/ode/config_ode.cxx

+ 2 - 0
panda/src/ode/config_ode.cxx

@@ -77,6 +77,8 @@ init_libode() {
   }
   }
   initialized = true;
   initialized = true;
   
   
+  dInitODE();
+  
   OdeWorld::init_type();
   OdeWorld::init_type();
   OdeMass::init_type();
   OdeMass::init_type();
   OdeBody::init_type();
   OdeBody::init_type();