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/OgreOdeSpace.cpp

    r1919 r1922  
    1414//------------------------------------------------------------------------------------------------
    1515Space::Space(World *world, const Space* space) :
    16     _world(world),
    17     _internal_collisions (true)
     16    _internal_collisions (true),
     17    _world(world)
    1818{
    1919}
Note: See TracChangeset for help on using the changeset viewer.