Changeset 10551 in orxonox.OLD for trunk/src/lib/graphics
- Timestamp:
- Jan 31, 2007, 6:43:20 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/static_model.cc
r10314 r10551 123 123 if( (*groupIt)._faces.size() != 11) 124 124 { 125 PRINTF( 1)("the face count of %s is wrong, perhaps you missnamed this object or used the wrong mount point object (got %i faces)\n",125 PRINTF(4)("the face count of %s is wrong, perhaps you missnamed this object or used the wrong mount point object (got %i faces)\n", 126 126 groupName.c_str(), (*groupIt)._faces.size()); 127 127 }
Note: See TracChangeset
for help on using the changeset viewer.