Changeset 989 for code/branches/core2/src/orxonox/core
- Timestamp:
- Apr 3, 2008, 7:55:41 PM (17 years ago)
- Location:
- code/branches/core2/src/orxonox/core
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/orxonox/core/ConfigValueContainer.cc
r957 r989 83 83 { 84 84 bool success = this->parse(input); 85 this->identifier_->updateConfigValues(); 85 if (this->identifier_) 86 this->identifier_->updateConfigValues(); 86 87 return success; 87 88 }
Note: See TracChangeset
for help on using the changeset viewer.