Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9946


Ignore:
Timestamp:
Jan 3, 2014, 2:46:02 PM (10 years ago)
Author:
landauf
Message:

removed debug output

Location:
code/trunk/src/orxonox/worldentities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/worldentities/BigExplosion.cc

    r9939 r9946  
    188188        //
    189189        ParticleSpawner* effect = new ParticleSpawner(this->getContext());
    190         orxout() << "vel " << this->getVelocity() << endl;
    191190        // effect->setVelocity(this->getVelocity());
    192191        effect->setDestroyAfterLife(true);
  • code/trunk/src/orxonox/worldentities/pawns/Pawn.cc

    r9945 r9946  
    381381        this->setDestroyWhenPlayerLeft(false);
    382382
    383         orxout() << "big explosion: " << this->getVelocity() << endl;
    384383        BigExplosion* chunk = new BigExplosion(this->getContext(), this->getVelocity());
    385384        chunk->setPosition(this->getPosition());
Note: See TracChangeset for help on using the changeset viewer.