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

    r1684 r1736  
    8787        }
    8888
    89         Projectile::tick(dt);
    90 //        SUPER(RotatingProjectile, tick, dt);
     89        SUPER(RotatingProjectile, tick, dt);
    9190    }
    9291
    9392    void RotatingProjectile::changedVisibility()
    9493    {
    95 //        BillboardProjectile::changedVisibility();
    9694        SUPER(RotatingProjectile, changedVisibility);
    9795        this->rotatingBillboard1_.setVisible(this->isVisible());
Note: See TracChangeset for help on using the changeset viewer.