- Timestamp:
- Aug 28, 2008, 11:50:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/orxonox/objects/BillboardProjectile.cc
r1559 r1676 48 48 this->scale(0.5); 49 49 } 50 51 std::cout << "a:\n"; 52 SUPER(BillboardProjectile, testfunction); 53 std::cout << "b:\n"; 50 54 } 51 55 … … 66 70 this->billboard_.setVisible(this->isVisible()); 67 71 } 72 73 void BillboardProjectile::testfunction() { SUPER(BillboardProjectile, testfunction); std::cout << "2 -> " << std::endl; } 68 74 }
Note: See TracChangeset
for help on using the changeset viewer.