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/BillboardProjectile.cc

    r1685 r1736  
    4848            this->scale(0.5);
    4949        }
    50 /*
    51         std::cout << "a:\n";
    52         SUPER(BillboardProjectile, testfunction);
    53         std::cout << "b:\n";
    54 */
    5550    }
    5651
     
    6863    void BillboardProjectile::changedVisibility()
    6964    {
    70 //        Projectile::changedVisibility();
    7165        SUPER(BillboardProjectile, changedVisibility);
    7266        this->billboard_.setVisible(this->isVisible());
    7367    }
    74 
    75     void BillboardProjectile::testfunction() { SUPER(BillboardProjectile, testfunction); std::cout << "2 -> " << std::endl; }
    7668}
Note: See TracChangeset for help on using the changeset viewer.