Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 23, 2005, 1:08:39 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: new garbage-collection-algorithm works, but the entities are not correctly setup for re-entering the scene.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapons/projectile.cc

    r4932 r4941  
    2424#include "model.h"
    2525#include "vector.h"
     26
     27#include "garbage_collector.h"
    2628
    2729using namespace std;
     
    9395    PRINTF(5)("current life cycle is: %f\n", this->lifeCycle);
    9496    PRINTF(5)("FINALIZE===========================\n");
    95     this->finalize();
     97    //this->finalize();
     98    GarbageCollector::getInstance()->collect(this);
    9699  }
    97100}
Note: See TracChangeset for help on using the changeset viewer.