Changeset 4822 in orxonox.OLD for orxonox/trunk/src/lib
- Timestamp:
- Jul 8, 2005, 11:19:49 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/model.cc
r4806 r4822 902 902 else if( tmpFace->vertexCount > 4) 903 903 { 904 PRINTF( 0)("NASTY NASTY: More than 4 vertices for a face, there will be errors in the triangles information!\n");904 PRINTF(1)("NASTY NASTY: More than 4 vertices for a face, there will be errors in the triangles information!\n"); 905 905 //exit(0); 906 906 }
Note: See TracChangeset
for help on using the changeset viewer.