Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2015, 10:31:23 AM (9 years ago)
Author:
gania
Message:

little fix

File:
1 edited

Legend:

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

    r10912 r10915  
    6868            return;   
    6969        SUPER(DivisionController, tick, dt);
    70         if (this->timeOffset_ >= 0.0f && this->timeOffset_ <= 0.5f && !this->bActionCalled_)
     70        if (this->timeOffset_ >= 0.0f && this->timeOffset_ <= 0.8f && !this->bActionCalled_)
    7171        {
    7272            this->action();
    7373            this->bActionCalled_ = true;
    7474        }
    75         if (this->timeOffset_ > 1.0f)
     75        if (this->timeOffset_ > 1.6f)
    7676        {
    7777            this->bActionCalled_ = false;
     
    9999            }   
    100100        }
     101
    101102       
    102103    }
     
    154155        return false;
    155156    }
     157
    156158}
Note: See TracChangeset for help on using the changeset viewer.