Changeset 3265 for code/branches/core4/src/orxonox/tools/Mesh.cc
- Timestamp:
- Jul 1, 2009, 1:24:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/orxonox/tools/Mesh.cc
r3250 r3265 68 68 try 69 69 { 70 this->entity_ = this->scenemanager_->createEntity("Mesh" + convertToString(Mesh::meshCounter_s++), meshsource);70 this->entity_ = this->scenemanager_->createEntity("Mesh" + multi_cast<std::string>(Mesh::meshCounter_s++), meshsource); 71 71 this->entity_->setCastShadows(this->bCastShadows_); 72 72
Note: See TracChangeset
for help on using the changeset viewer.