Changeset 12412 for code/branches/Presentation_FS19/src
- Timestamp:
- May 22, 2019, 3:17:23 PM (6 years ago)
- Location:
- code/branches/Presentation_FS19/src/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_FS19/src/modules/asteroids2D/Asteroids2DShip.cc
r12411 r12412 69 69 void Asteroids2DShip::tick(float dt) 70 70 { 71 //SUPER(Asteroids2DShip, tick, dt);71 SUPER(Asteroids2DShip, tick, dt); 72 72 Vector3 pos = this->getPosition(); 73 73 -
code/branches/Presentation_FS19/src/modules/pong/Pong.cc
r12411 r12412 127 127 void Pong::start() 128 128 { 129 orxout() << "Hello" << endl;130 129 if (this->center_ != nullptr) // There needs to be a PongCenterpoint, i.e. the area the game takes place. 131 130 {
Note: See TracChangeset
for help on using the changeset viewer.