Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 7, 2008, 5:19:48 PM (16 years ago)
Author:
landauf
Message:

Super.h:

  • removed some commented lines
  • removed testfunction
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/orxonox/objects/ParticleProjectile.cc

    r1685 r1736  
    5555
    5656        this->setConfigValues();
    57 /*
    58         std::cout << "c:\n";
    59         SUPER(ParticleProjectile, testfunction);
    60         std::cout << "d:\n";
    61 
    62         std::cout << "e:\n";
    63         this->testfunction();
    64         std::cout << "f:\n";
    65 */
    6657    }
    6758
     
    7970    void ParticleProjectile::changedVisibility()
    8071    {
    81 //        BillboardProjectile::changedVisibility();
    8272        SUPER(ParticleProjectile, changedVisibility);
    8373        this->particles_->setEnabled(this->isVisible());
    8474    }
    85 
    86     void ParticleProjectile::testfunction() { SUPER(ParticleProjectile, testfunction); std::cout << "3 -> " << std::endl; }
    8775}
Note: See TracChangeset for help on using the changeset viewer.