- Timestamp:
- May 9, 2019, 1:56:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxBall.cc
r12349 r12350 149 149 // Set the ball to be exactly at the boundary. 150 150 position.z = this-> fieldHeight_ / 2; 151 // Set the velocity to zero152 151 153 152 orxoblox_->LevelUp(); … … 212 211 if (position != this->getPosition()) 213 212 this->setPosition(position); 214 //this->Collides((this->orxoblox_->CheckForCollision(this)));213 this->Collides((this->orxoblox_->CheckForCollision(this))); 215 214 216 215
Note: See TracChangeset
for help on using the changeset viewer.