Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2006, 2:41:28 PM (19 years ago)
Author:
patrick
Message:

cdmerge: merged with the newest trunk an corrected some segfaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cdmerge/src/world_entities/world_entity.cc

    r6815 r6894  
    214214
    215215
    216     this->obbTree = new OBBTree(depth, (sVec3D*)this->models[0]->getVertexArray(), this->models[0]->getVertexCount());
     216    this->obbTree = new OBBTree(depth, this->models[0]->getModelInfo());
    217217    return true;
    218218  }
Note: See TracChangeset for help on using the changeset viewer.