Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 30, 2015, 9:34:54 PM (8 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/WingmanController.cc

    r10888 r10906  
    112112                if (this->hasTarget())
    113113                {
    114                     this->maneuver();
    115                     this->bShooting_ = this->canFire();
     114                    // this->maneuver();
     115                    // this->bShooting_ = this->canFire();
    116116                    // Vector3 healthPosition = bestHealthPickup((this->target_->getWorldPosition() - this->getControllableEntity()->getWorldPosition()).length());
    117117                    // if ((this->getControllableEntity()->getWorldPosition() - healthPosition).length() < this->tolerance_)
Note: See TracChangeset for help on using the changeset viewer.