Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 14, 2008, 5:58:59 PM (16 years ago)
Author:
rgrieder
Message:

Minor adjustments to OgreODE when compiling under gcc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/ogreode/OgreOdeBody.cpp

    r1919 r1922  
    9191    //UserDefinedObject(),
    9292    _name(name),
    93     _world(world),
    94         _modify_parent_orientation(true)
     93        _modify_parent_orientation(true),
     94    _world(world)
    9595{
    9696        _body_count++;
     
    818818        // We can't do this properly without mesh collision
    819819        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;
    822823        for (pi = wf->planes->begin(); pi != piend; ++pi)
    823824        {
     
    853854    return collided;
    854855}
     856
Note: See TracChangeset for help on using the changeset viewer.