Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5256 in orxonox.OLD for trunk/src/world_entities/test_entity.cc


Ignore:
Timestamp:
Sep 25, 2005, 6:27:22 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: real strange, i thought i fixed this before
this seems to be a copy-past error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/test_entity.cc

    r5213 r5256  
    3636//   this->md2Model = new MD2Model("models/tris.md2", "models/tris.pcx");
    3737// this->md2Model = new MD2Model("models/goblin.md2", "maps/goblin.bmp");
    38 //  this->obbTree = new OBBTree(4, (sVec3D*)this->md2Model->data->pVertices, this->md2Model->data->numVertices);
     38  this->obbTree = new OBBTree(4, (sVec3D*)this->md2Model->data->pVertices, this->md2Model->data->numVertices);
    3939
    4040  this->md2Model->setAnim(RUN);
Note: See TracChangeset for help on using the changeset viewer.