Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 9, 2019, 1:56:28 PM (6 years ago)
Author:
pomselj
Message:

Eliminated nullptrs in stones_ that were there due to wrong size of num_stones. Still Seg fault when exiting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxBall.cc

    r12349 r12350  
    149149                // Set the ball to be exactly at the boundary.
    150150                position.z = this-> fieldHeight_ / 2;
    151                 // Set the velocity to zero
    152151               
    153152                orxoblox_->LevelUp();
     
    212211        if (position != this->getPosition())
    213212            this->setPosition(position);
    214         //this->Collides((this->orxoblox_->CheckForCollision(this)));
     213        this->Collides((this->orxoblox_->CheckForCollision(this)));
    215214
    216215 
Note: See TracChangeset for help on using the changeset viewer.