Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 23, 2005, 11:32:19 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: removed redundant stuff

File:
1 edited

Legend:

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

    r4675 r4678  
    5858
    5959  mod = (Model*)ResourceManager::getInstance()->load("models/reaplow.obj", OBJ, RP_CAMPAIGN);
    60   CDEngine::getInstance()->debugSpawnTree(9, (sVec3D*)mod->getVertexArray(), mod->getVertexArrayCount());
     60  CDEngine::getInstance()->debugSpawnTree(9, (sVec3D*)mod->getVertexArray(), mod->getVertexCount());
    6161
    6262  /* ligths */
Note: See TracChangeset for help on using the changeset viewer.