Changeset 7677 in orxonox.OLD for trunk/src/lib/graphics/importer
- Timestamp:
- May 18, 2006, 12:42:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/objModel.cc
r7676 r7677 75 75 this->objPath.erase(len, this->objPath.size()); 76 76 this->objPath[len] = '\0'; 77 PRINTF(4)("Resolved file %s to Path %s.\n", fileName .c_str()), this->objPath.c_str());77 PRINTF(4)("Resolved file %s to Path %s.\n", fileName, this->objPath.c_str()); 78 78 } 79 79 else
Note: See TracChangeset
for help on using the changeset viewer.