- Timestamp:
- Nov 1, 2008, 5:43:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc
r2072 r2086 197 197 void ControllableEntity::startLocalControl() 198 198 { 199 std::cout << this->getObjectID() << " ###### start local control" << std::endl;199 // std::cout << this->getObjectID() << " ###### start local control" << std::endl; 200 200 this->camera_ = new Camera(this); 201 201 this->camera_->requestFocus(); … … 216 216 void ControllableEntity::stopLocalControl() 217 217 { 218 std::cout << "###### stop local control" << std::endl;218 // std::cout << "###### stop local control" << std::endl; 219 219 this->camera_->detachFromParent(); 220 220 delete this->camera_;
Note: See TracChangeset
for help on using the changeset viewer.