Changeset 1948 for code/branches/objecthierarchy/src/orxonox
- Timestamp:
- Oct 19, 2008, 2:22:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.cc
r1947 r1948 117 117 WorldEntity* WorldEntity::getAttachedObject(unsigned int index) const 118 118 { 119 unsigned int i ;119 unsigned int i = 0; 120 120 for (std::set<WorldEntity*>::const_iterator it = this->children_.begin(); it != this->children_.end(); ++it) 121 121 {
Note: See TracChangeset
for help on using the changeset viewer.