Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 13, 2005, 10:38:31 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: temp removed the spatial separation structures from the loading procedure since it caused a segfault

File:
1 edited

Legend:

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

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