Changeset 7036 for code/branches/presentation3/src/orxonox/Level.cc
- Timestamp:
- May 31, 2010, 9:02:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/orxonox/Level.cc
r6961 r7036 145 145 { 146 146 std::string meshName = lodInformation->getMeshName(); 147 this->lodInformation_.insert(std::make_pair(meshName,lodInformation)); 147 // this->lodInformation_.insert(std::make_pair(meshName,lodInformation)); 148 if( this->lodInformation_.find(meshName) != this->lodInformation_.end()) 149 CCOUT(4) << "replacing lod information for " << meshName << endl; 150 this->lodInformation_[meshName] = lodInformation; 148 151 } 149 152
Note: See TracChangeset
for help on using the changeset viewer.