Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 30, 2015, 9:34:54 PM (9 years ago)
Author:
gania
Message:

tried to fix fighting whn fps is low

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/src/orxonox/controllers/SectionController.cc

    r10888 r10906  
    125125                if (this->hasTarget())
    126126                {
    127                     this->maneuver();
    128                     this->bShooting_ = this->canFire();
     127                    // this->maneuver();
     128                    // this->bShooting_ = this->canFire();
    129129                    // Vector3 healthPosition = bestHealthPickup((this->target_->getWorldPosition() - this->getControllableEntity()->getWorldPosition()).length());
    130130                    // if ((this->getControllableEntity()->getWorldPosition() - healthPosition).length() < this->tolerance_)
Note: See TracChangeset for help on using the changeset viewer.