- Timestamp:
- Jul 5, 2006, 10:00:03 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/world_entity.cc
r9186 r9196 209 209 this->buildObbTree(obbTreeDepth); 210 210 } 211 else /*if(fileName.find(".md3") != std::string::npos)*/211 else if(fileName.find(".md3") != std::string::npos) 212 212 { 213 213 PRINTF(4)("fetching MD3 file: %s\n", fileName.c_str());
Note: See TracChangeset
for help on using the changeset viewer.