Changeset 9083 for code/branches/pCuts/src/orxonox/worldentities
- Timestamp:
- Apr 11, 2012, 6:35:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pCuts/src/orxonox/worldentities/ControllableEntity.cc
r9016 r9083 177 177 { 178 178 if (this->cameraPositions_.size() <= 0) 179 return 0;179 {orxout()<< "camareapositions_size == 0"<<endl ; return 0;} 180 180 181 181 unsigned int counter = 0; … … 196 196 if(this->camera_ != NULL && this->cameraPositions_.size() > 0) 197 197 { 198 orxout()<< "Cameraposition is set."<<endl; 198 199 if(index >= this->cameraPositions_.size()) 199 200 index = 0;
Note: See TracChangeset
for help on using the changeset viewer.