Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 9, 2019, 1:33:42 PM (5 years ago)
Author:
ahuwyler
Message:

cleanup active Walls

File:
1 edited

Legend:

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

    r12347 r12349  
    150150                position.z = this-> fieldHeight_ / 2;
    151151                // Set the velocity to zero
     152               
     153                orxoblox_->LevelUp();
     154
    152155
    153156                //this->setSpeed(0); // doesn't work here, why??;
     
    209212        if (position != this->getPosition())
    210213            this->setPosition(position);
    211         this->Collides((this->orxoblox_->CheckForCollision(this)));
     214        //this->Collides((this->orxoblox_->CheckForCollision(this)));
    212215
    213216 
Note: See TracChangeset for help on using the changeset viewer.