Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

removed debug output

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.