Changeset 8316 in orxonox.OLD for trunk/src/world_entities/terrain.cc
- Timestamp:
- Jun 11, 2006, 1:57:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/terrain.cc
r8037 r8316 63 63 this->init(); 64 64 65 if (fileName.rfind(".obj" ) != -1 || fileName.rfind(".OBJ") != -1)65 if (fileName.rfind(".obj" ) != std::string::npos || fileName.rfind(".OBJ") != std::string::npos ) 66 66 { 67 67 this->loadModel(fileName);
Note: See TracChangeset
for help on using the changeset viewer.