Эх сурвалжийг харах

reformat line

Former-commit-id: 4176de9839424c441c3a8c06e307b80a72bfd49d
Alec Jacobson 10 жил өмнө
parent
commit
a3662086aa

+ 2 - 1
include/igl/readOBJ.cpp

@@ -106,7 +106,8 @@ IGL_INLINE bool igl::readOBJ(
         if(count != 2 && count != 3)
         {
           fprintf(stderr,
-                  "Error: readOBJ() vertex on line %d should have 2 or 3 coordinates (%d)",
+                  "Error: readOBJ() texture coords on line %d should have 2 "
+                  "or 3 coordinates (%d)",
                   line_no,count);
           fclose(obj_file);
           return false;