Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4631 in orxonox.OLD for orxonox/trunk/src/subprojects


Ignore:
Timestamp:
Jun 14, 2005, 5:28:21 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: the damn segfault is nomore, patrick is on killing spree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc

    r4630 r4631  
    4747//   }
    4848
    49   CDEngine::getInstance()->debugSpawnTree(1, model->data->pVertices, model->data->numVertices);
     49  CDEngine::getInstance()->debugSpawnTree(4, model->data->pVertices, model->data->numVertices);
    5050
    5151
     
    8282void Framework::moduleDraw() const
    8383{
    84   CDEngine::getInstance()->drawBV(1);
     84  CDEngine::getInstance()->drawBV(3);
    8585
    8686  LightManager::getInstance()->draw();
Note: See TracChangeset for help on using the changeset viewer.