Changeset 10090 in orxonox.OLD for branches/mount_points/src/lib/graphics/importer/static_model.cc
- Timestamp:
- Dec 18, 2006, 12:13:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/lib/graphics/importer/static_model.cc
r10089 r10090 105 105 for( ; groupPtr != NULL; groupPtr = groupPtr->next) 106 106 { 107 //PRINTF(0)("Found a MountPoint: %s\n", groupName.c_str()); 108 107 109 // get the name of this group and check if it's a mout point identifier 108 110 std::string groupName = groupPtr->name; 109 111 if( groupName.find("MP.", 0) != std::string::npos) 110 {} 112 { 113 PRINTF(0)("Found a MountPoint: %s\n", groupName.c_str()); 114 115 } 111 116 } 112 117 }
Note: See TracChangeset
for help on using the changeset viewer.