Changeset 1922 for code/branches/physics/src/ogreode/OgreOdeBody.cpp
- Timestamp:
- Oct 14, 2008, 5:58:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/ogreode/OgreOdeBody.cpp
r1919 r1922 91 91 //UserDefinedObject(), 92 92 _name(name), 93 _world(world),94 _modify_parent_orientation(true)93 _modify_parent_orientation(true), 94 _world(world) 95 95 { 96 96 _body_count++; … … 818 818 // We can't do this properly without mesh collision 819 819 geom = *proxy; 820 Ogre::Real maxdist = -1.0f; 821 const Ogre::Plane* bestPlane = 0; 820 // Two unused variables 821 //Ogre::Real maxdist = -1.0f; 822 //const Ogre::Plane* bestPlane = 0; 822 823 for (pi = wf->planes->begin(); pi != piend; ++pi) 823 824 { … … 853 854 return collided; 854 855 } 856
Note: See TracChangeset
for help on using the changeset viewer.