Changeset 2048 for code/branches/objecthierarchy/src/orxonox
- Timestamp:
- Oct 29, 2008, 2:16:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc
r2042 r2048 238 238 else if (this->bControlled_) 239 239 { 240 COUT(2) << "setting client position" << endl; 240 241 this->client_velocity_ = this->velocity_; 241 242 this->client_position_ = this->node_->getPosition(); … … 297 298 if (this->server_overwrite_ == this->client_overwrite_) 298 299 { 300 COUT(2) << "callback: setting client position" << endl; 299 301 this->node_->setPosition(this->client_position_); 300 302 this->server_position_ = this->client_position_;
Note: See TracChangeset
for help on using the changeset viewer.