Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 25, 2005, 12:08:04 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: better calculation of the Line-Positions in the Shell

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/collision_detection/bounding_volume.cc

    r5116 r5120  
    3030   this->center = new Vector();
    3131   this->bOrigVertices = true;
     32   this->vertices = NULL;
    3233}
    3334
     
    4344
    4445  if( this->vertices && !this->bOrigVertices)
    45   {
    46     delete this->vertices;
    47     this->vertices = NULL;
    48   }
     46    delete[] this->vertices;
    4947}
Note: See TracChangeset for help on using the changeset viewer.