Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 29, 2008, 2:16:15 PM (16 years ago)
Author:
scheusso
Message:

network tick limit works now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc

    r2042 r2048  
    238238            else if (this->bControlled_)
    239239            {
     240                COUT(2) << "setting client position" << endl;
    240241                this->client_velocity_ = this->velocity_;
    241242                this->client_position_ = this->node_->getPosition();
     
    297298        if (this->server_overwrite_ == this->client_overwrite_)
    298299        {
     300            COUT(2) << "callback: setting client position" << endl;
    299301            this->node_->setPosition(this->client_position_);
    300302            this->server_position_ = this->client_position_;
Note: See TracChangeset for help on using the changeset viewer.