Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4855 in orxonox.OLD for orxonox/trunk/src/world_entities


Ignore:
Timestamp:
Jul 13, 2005, 11:27:44 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: reimplemented the array creation process, now there are no more segfaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/terrain.cc

    r4854 r4855  
    3939  this->loadParams(root);
    4040
    41   //SpatialSeparation* ssp = new SpatialSeparation((AbstractModel*)this->model, 10.0f);
    42   //delete ssp;
    43 }
     41  SpatialSeparation* ssp = new SpatialSeparation((AbstractModel*)this->model, 10.0f);
     42  delete ssp;
     43}
     44
    4445
    4546/**
Note: See TracChangeset for help on using the changeset viewer.