Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9094 in orxonox.OLD for branches


Ignore:
Timestamp:
Jul 4, 2006, 3:04:34 AM (18 years ago)
Author:
patrick
Message:

removed the old cd check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/lib/graphics/importer/bsp_manager.cc

    r9093 r9094  
    961961
    962962
     963
     964
     965
     966#if 0
    963967  // Retrieve Bounding box
    964968  AABB* box = worldEntity->getModelAABB();
     
    11311135    worldEntity->registerCollision(COLLISION_TYPE_AXIS_Z , this->parent, worldEntity, Vector(testPlane->x, testPlane->y, testPlane->z), dest2 , SolidFlag);
    11321136  }
    1133 
     1137#endif
    11341138
    11351139}
Note: See TracChangeset for help on using the changeset viewer.