Changeset 8907 in orxonox.OLD for branches/single_player_map/src/lib/graphics
- Timestamp:
- Jun 29, 2006, 2:10:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/lib/graphics/importer/bsp_manager.cc
r8904 r8907 91 91 this->bspFile->scale = scale; 92 92 if(this->bspFile->read(ResourceManager::getFullName(fileName).c_str()) == -1) 93 return -1; 93 return -1; 94 94 95 this->bspFile->build_tree(); 95 96 this->root = this->bspFile->get_root();
Note: See TracChangeset
for help on using the changeset viewer.